Don't perform a cooldown in the daemon by now

This commit is contained in:
Michael Vogel 2022-09-21 22:44:48 +02:00
parent 0fa281247d
commit f7d054674d
1 changed files with 0 additions and 1 deletions

View File

@ -199,7 +199,6 @@ while (true) {
}
if ($do_cron || (!DI::system()->isMaxLoadReached() && Worker::entriesExists() && Worker::isReady())) {
Worker::coolDown();
Worker::spawnWorker($do_cron);
} else {
Logger::info('Cool down for 5 seconds', ['pid' => $pid]);