Reverted test stuff

This commit is contained in:
Michael 2019-02-21 19:34:12 +00:00
parent 3450f12cba
commit 7810227040
1 changed files with 1 additions and 1 deletions

View 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;
}