merge hotfix

This commit is contained in:
Yuri Kuznetsov
2020-06-25 13:42:33 +03:00
6 changed files with 172 additions and 36 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ class ProcessJobQueueQ0 implements Job
public function run()
{
$limit = $this->config->get('jobQ1MaxPortion', 200);
$limit = $this->config->get('jobQ0MaxPortion', 200);
$this->cronManager->processPendingJobs('q0', $limit, true, true);
}