[ADD/WIP] Start adding reactions

This commit is contained in:
LDA 2024-06-27 03:41:24 +02:00
commit 1126497d5b
7 changed files with 93 additions and 6 deletions

View file

@ -76,7 +76,7 @@ Main(void)
Log(LOG_NOTICE, "Starting up local cronjobs...");
cron = CronCreate( 10 SECONDS );
CronEvery(cron, 30 MINUTES, ParseeCleanup, conf.handlerArgs);
CronEvery(cron, 5 MINUTES, ParseeCleanup, conf.handlerArgs);
CronStart(cron);