Replaced "table lock" - it is not so good, it seems

This commit is contained in:
Michael
2017-06-12 14:19:47 +00:00
parent 2372ef7fd5
commit 1932a6d634
3 changed files with 8 additions and 12 deletions
-1
View File
@@ -20,7 +20,6 @@ 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);
}
}