mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #9025 from appwrite/fix-tasks-warning
Fix: swoole task warning
This commit is contained in:
commit
fb4c71aebb
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ $http
|
|||
'http_compression' => false,
|
||||
'package_max_length' => $payloadSize,
|
||||
'buffer_output_size' => $payloadSize,
|
||||
'task_worker_num' => 1, // required for the task to fetch domains background
|
||||
]);
|
||||
|
||||
$http->on(Constant::EVENT_WORKER_START, function ($server, $workerId) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue