mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:50:12 +00:00
Queue.php is now moved as well
This commit is contained in:
parent
501514bd54
commit
98686e9091
4 changed files with 190 additions and 195 deletions
|
@ -39,7 +39,7 @@ Class Cron {
|
|||
logger('cron: start');
|
||||
|
||||
// run queue delivery process in the background
|
||||
Worker::add(PRIORITY_NEGLIGIBLE, "queue");
|
||||
Worker::add(PRIORITY_NEGLIGIBLE, "Queue");
|
||||
|
||||
// run the process to discover global contacts in the background
|
||||
Worker::add(PRIORITY_LOW, "DiscoverPoCo");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue