Ver Fonte

Fix timing

ghorsington há 5 anos atrás
pai
commit
59dd74555f
1 ficheiros alterados com 1 adições e 1 exclusões
  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;