mirror of
https://github.com/friendica/friendica
synced 2025-04-25 23:50:11 +00:00
The worker is split into several classes
This commit is contained in:
parent
87e14d9d28
commit
dc16e6d471
9 changed files with 591 additions and 510 deletions
|
@ -230,7 +230,7 @@ while (true) {
|
|||
}
|
||||
|
||||
$timeout = ($seconds >= $wait_interval);
|
||||
} while (!$timeout && !Worker::IPCJobsExists());
|
||||
} while (!$timeout && !Worker\IPC::JobsExists());
|
||||
|
||||
if ($timeout) {
|
||||
$do_cron = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue