ghorsington hace 5 años
padre
commit
59dd74555f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;