diff --git a/config.json b/config.json index a19de9b..9fbc96b 100644 --- a/config.json +++ b/config.json @@ -652,11 +652,11 @@ } }, "scheduler": { - "rss": "0 */6 * * *", - "gdelt": "0 */6 * * *", - "edgar": "15 0 * * *", - "alphaVantage": "30 0 * * *", - "finnhub": "45 0 * * *", - "newsCrawler": "15 */12 * * *" + "newsCrawler": "0 * * * *", + "rss": "5 * * * *", + "gdelt": "10 * * * *", + "edgar": "15 * * * *", + "alphaVantage": "20 * * * *", + "finnhub": "25 * * * *" } }