mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:02:53 +00:00
Reverted test stuff
This commit is contained in:
parent
3450f12cba
commit
7810227040
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue