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/Cli_suggest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Zotlabs/Daemon/Cli_suggest.php') diff --git a/Zotlabs/Daemon/Cli_suggest.php b/Zotlabs/Daemon/Cli_suggest.php index 5dced462d..6306d2113 100644 --- a/Zotlabs/Daemon/Cli_suggest.php +++ b/Zotlabs/Daemon/Cli_suggest.php @@ -9,6 +9,7 @@ class Cli_suggest { static public function run($argc,$argv) { update_suggestions(); + return: } } -- cgit v1.2.3