This commit is contained in:
Yuri Kuznetsov
2021-04-21 15:19:37 +03:00
parent f9e34ce9d5
commit e183f39dfd
36 changed files with 215 additions and 104 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ class ProcessJobQueueQ0 implements Job
$this->config = $config;
}
public function run() : void
public function run(): void
{
$limit = $this->config->get('jobQ0MaxPortion', 200);