mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
resetting workers-number
This commit is contained in:
parent
6b88f66d14
commit
ac70537ece
1 changed files with 0 additions and 1 deletions
|
|
@ -91,6 +91,5 @@ $pools = $register->get('pools');
|
|||
$connection = $pools->get('queue')->pop()->getResource();
|
||||
|
||||
$workerNumber = swoole_cpu_num() * intval(App::getEnv('_APP_WORKER_PER_CORE', 6));
|
||||
$workerNumber = 1;
|
||||
|
||||
Runtime::enableCoroutine(SWOOLE_HOOK_ALL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue