mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:50:11 +00:00
Locking seems to be better here
This commit is contained in:
parent
58880ca518
commit
2372ef7fd5
2 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,7 @@ function pubsubpublish_run(&$argv, &$argc){
|
|||
logger("Publish feed to ".$rr["callback_url"], LOGGER_DEBUG);
|
||||
proc_run(array('priority' => PRIORITY_HIGH, 'created' => $a->queue['created'], 'dont_fork' => true),
|
||||
'include/pubsubpublish.php', (int)$rr["id"]);
|
||||
logger("Publish feed to ".$rr["callback_url"].' - done', LOGGER_DEBUG);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue