@@ -289,6 +289,6 @@ export default {
await initPendingReactors();
initAggregators();
- interval(checkFeeds, UPDATE_INTERVAL * 1000);
+ interval(checkFeeds, UPDATE_INTERVAL * 60 * 1000);
}
} as ICommand;