Authored by 周少峰

format

@@ -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