瀏覽代碼

Fix timer

ghorsington 5 年之前
父節點
當前提交
1ad949031f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 = {