Showing
1 changed file
with
1 additions
and
1 deletions
@@ -59,7 +59,7 @@ module.exports = (limiter, policy) => { | @@ -59,7 +59,7 @@ module.exports = (limiter, policy) => { | ||
59 | } | 59 | } |
60 | 60 | ||
61 | if (results[synchronizeKey] > 10 && !results[asynchronousKey]) { | 61 | if (results[synchronizeKey] > 10 && !results[asynchronousKey]) { |
62 | - cache.setAsync(spiderKey, 1, 60*60*24); | 62 | + cache.setAsync(spiderKey, 1, 60 * 60 * 24); |
63 | return Promise.reject(policy); | 63 | return Promise.reject(policy); |
64 | } | 64 | } |
65 | 65 |
-
Please register or login to post a comment