]> git.mxchange.org Git - friendica.git/commitdiff
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 ef746e878b4eb759c6a74f98b9de9008dafdb024..160277c744d785b8f90b794369a9bc3f753e8d63 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;
                        }