From: Michael Vogel Date: Wed, 21 Sep 2022 20:44:48 +0000 (+0200) Subject: Don't perform a cooldown in the daemon by now X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f7d054674d66dabaf980469b48f0215b6a4d9e10;p=friendica.git Don't perform a cooldown in the daemon by now --- diff --git a/bin/daemon.php b/bin/daemon.php index f1eb077add..ef5886c0bf 100755 --- a/bin/daemon.php +++ b/bin/daemon.php @@ -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]);