Authored by 周少峰

format

... ... @@ -59,7 +59,7 @@ module.exports = (limiter, policy) => {
}
if (results[synchronizeKey] > 10 && !results[asynchronousKey]) {
cache.setAsync(spiderKey, 1, 60*60*24);
cache.setAsync(spiderKey, 1, 60 * 60 * 24);
return Promise.reject(policy);
}
... ...