1
0
Fork 0

Changed worker order

This commit is contained in:
Michael 2021-03-02 07:06:22 +00:00
commit c740509a22
3 changed files with 6 additions and 7 deletions

View file

@ -76,8 +76,6 @@ class Expire
Logger::notice('calling hooks done');
Worker::add(['priority' => $a->queue['priority'], 'dont_fork' => true], 'ExpirePosts');
return;
}
}