mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +00:00
Improve repository usage
This commit is contained in:
parent
7c6554451e
commit
c2b5eb2838
3 changed files with 8 additions and 12 deletions
|
@ -1183,7 +1183,7 @@ class Worker
|
|||
DBA::connect();
|
||||
|
||||
DI::flushLogger();
|
||||
$process = DI::process()->create(getmypid());
|
||||
$process = DI::process()->create(getmypid(), basename(__FILE__));
|
||||
|
||||
$cycles = 0;
|
||||
while (!self::IPCJobsExists($process->pid) && (++$cycles < 100)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue