Queue.php is now moved as well

This commit is contained in:
Michael 2017-11-19 16:35:45 +00:00
parent 501514bd54
commit 98686e9091
4 changed files with 190 additions and 195 deletions

View file

@ -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");