mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Split expire.php in several processes / small worker changes
This commit is contained in:
parent
fd36e4e8b0
commit
30b0a035f9
8 changed files with 79 additions and 38 deletions
|
@ -253,7 +253,7 @@ function cron_poll_contacts($argc, $argv) {
|
|||
} else {
|
||||
$priority = PRIORITY_LOW;
|
||||
}
|
||||
proc_run(array('priority' => $priority, 'dont_fork' => true), 'include/onepoll.php', intval($contact['id']));
|
||||
proc_run(array('priority' => $priority, 'dont_fork' => true), 'include/onepoll.php', (int)$contact['id']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue