# | Line 651 | Line 651 | main(int argc, char *argv[]) | |
---|---|---|
651 | /* Setup the timeout check. I'll shift it later :) -- adrian */ | |
652 | eventAddIsh("comm_checktimeouts", comm_checktimeouts, NULL, 1); | |
653 | ||
654 | + | eventAddIsh("save_all_databases", save_all_databases, NULL, DATABASE_UPDATE_TIMEOUT); |
655 | + | |
656 | if (ConfigServerHide.links_delay > 0) | |
657 | eventAddIsh("write_links_file", write_links_file, NULL, ConfigServerHide.links_delay); | |
658 | else |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |