Reverted test stuff
authorMichael <heluecht@pirati.ca>
Thu, 21 Feb 2019 19:34:12 +0000 (19:34 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 21 Feb 2019 19:34:12 +0000 (19:34 +0000)
src/Core/Worker.php

index ef746e8..160277c 100644 (file)
@@ -130,7 +130,7 @@ class Worker
                        }
 
                        // Quit the worker once every 5 minutes
-                       if (time() > ($starttime + 30)) {
+                       if (time() > ($starttime + 300)) {
                                Logger::log('Process lifetime reached, quitting.', Logger::DEBUG);
                                return;
                        }