We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cca93f commit b4d3118Copy full SHA for b4d3118
www/daemon/worker.php
@@ -1702,9 +1702,6 @@
1702
// Start watchdog monitor
1703
sysCmd('killall -s 9 watchdog.sh');
1704
1705
-// TODO: move this
1706
-//DELETE:$result = sqlQuery("UPDATE cfg_system SET value='1' WHERE param='wrkready'", $dbh);
1707
-
1708
sysCmd('/var/www/daemon/watchdog.sh ' . WATCHDOG_SLEEP . ' > /dev/null 2>&1 &');
1709
workerLog('worker: Watchdog monitor: started');
1710
0 commit comments