give post a chance to arrive before rejecting photos from Diaspora
This commit is contained in:
parent
d62483f526
commit
1507ec37a4
6 changed files with 108 additions and 14 deletions
|
|
@ -62,6 +62,10 @@ function poller_run(&$argv, &$argc){
|
|||
|
||||
proc_run('php',"include/queue.php");
|
||||
|
||||
// run diaspora photo queue process in the background
|
||||
|
||||
proc_run('php',"include/dsprphotoq.php");
|
||||
|
||||
// expire any expired accounts
|
||||
|
||||
q("UPDATE user SET `account_expired` = 1 where `account_expired` = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue