Merge branch 'stable'

This commit is contained in:
Yuri Kuznetsov
2020-06-22 13:53:50 +03:00
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class ProcessJobQueueQ0 extends \Espo\Core\Jobs\Base
{
public function run()
{
$limit = $this->getConfig()->get('jobQ1MaxPortion', 200);
$limit = $this->getConfig()->get('jobQ0MaxPortion', 200);
$cronManager = new \Espo\Core\CronManager($this->getContainer());