mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:05:11 +00:00
[ADD/WIP] Start adding reactions
This commit is contained in:
parent
de1ee3986e
commit
1126497d5b
7 changed files with 93 additions and 6 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue