mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-19 02:02:37 +01:00
* Trigger missed auto global update immediately on server start In case the last execution was missed, it was never immediately scheduled. Thus, it had to be waited for the next scheduled execution to be executed. * Schedule auto global updates at a later point during the startup In case a global update was triggered immediately, the server setup wasn't far enough causing an error due to trying to use things (e.g. database) that weren't initialized yet