Browse Source

Fix timing

ghorsington 5 years ago
parent
commit
59dd74555f
1 changed files with 1 additions and 1 deletions
  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();
         await initPendingReactors();
         initAggregators();
         initAggregators();
-        interval(checkFeeds, UPDATE_INTERVAL * 1000);
+        interval(checkFeeds, UPDATE_INTERVAL * 60 * 1000);
     }
     }
 } as ICommand;
 } as ICommand;