瀏覽代碼

Fix timing

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

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

@@ -318,6 +318,6 @@ export default {
         botUserId = user.user_id;
 
         await initPendingReactors();
-        interval(checkFeeds, RSS_UPDATE_INTERVAL_MIN * 1000);
+        interval(checkFeeds, RSS_UPDATE_INTERVAL_MIN * 60 * 1000);
     }
 } as ICommand;