Showing
1 changed file
with
0 additions
and
1 deletions
@@ -61,7 +61,6 @@ const getContext = (req) => { | @@ -61,7 +61,6 @@ const getContext = (req) => { | ||
61 | }; | 61 | }; |
62 | 62 | ||
63 | const render = (options) => { | 63 | const render = (options) => { |
64 | - options.cache = false; | ||
65 | return (req, res, next) => { | 64 | return (req, res, next) => { |
66 | if (options.cache) { | 65 | if (options.cache) { |
67 | const html = microCache.get(req.url); | 66 | const html = microCache.get(req.url); |
-
Please register or login to post a comment