瀏覽代碼

Fix timing

ghorsington 5 年之前
父節點
當前提交
59dd74555f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bot/src/commands/news_aggregator.ts

+ 1 - 1
bot/src/commands/news_aggregator.ts

@@ -289,6 +289,6 @@ export default {
 
         await initPendingReactors();
         initAggregators();
-        interval(checkFeeds, UPDATE_INTERVAL * 1000);
+        interval(checkFeeds, UPDATE_INTERVAL * 60 * 1000);
     }
 } as ICommand;