ghorsington 5 lat temu
rodzic
commit
59dd74555f
1 zmienionych plików z 1 dodań i 1 usunięć
  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;