From e1c28351734d175476bc8f0d6cdf261dee3c07e0 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 10 Dec 2022 17:03:57 +0000 Subject: add option to set worker sleep based on load average, remove redundand code and add return to some daemons --- Zotlabs/Daemon/Directory.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Zotlabs/Daemon/Directory.php') diff --git a/Zotlabs/Daemon/Directory.php b/Zotlabs/Daemon/Directory.php index 3996b8079..19adf8273 100644 --- a/Zotlabs/Daemon/Directory.php +++ b/Zotlabs/Daemon/Directory.php @@ -97,5 +97,7 @@ class Directory { if ($pushall) { Master::Summon(array('Notifier', 'refresh_all', $channel['channel_id'])); } + + return; } } -- cgit v1.2.3