ghorsington 4 år sedan
förälder
incheckning
1ad949031f
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      commands/news_aggregator.js

+ 1 - 1
commands/news_aggregator.js

@@ -141,7 +141,7 @@ function initAggregators() {
 
 function onStart() {
     initAggregators();
-    interval(checkFeeds, UPDATE_INTERVAL * 1000);
+    interval(checkFeeds, UPDATE_INTERVAL * 60 * 1000);
 };
 
 module.exports = {