mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
feat: remove swoole server config
This commit is contained in:
parent
f65b3e0c5b
commit
9e33960d95
1 changed files with 0 additions and 5 deletions
|
|
@ -21,11 +21,6 @@ use Utopia\Logger\Log\User;
|
|||
|
||||
$http = new Server("0.0.0.0", App::getEnv('PORT', 80));
|
||||
|
||||
$http->set([
|
||||
'worker_num' => 4,
|
||||
'reactor_num' => 6
|
||||
]);
|
||||
|
||||
$payloadSize = max(4000000 /* 4mb */, App::getEnv('_APP_STORAGE_LIMIT', 10000000 /* 10mb */));
|
||||
|
||||
$http
|
||||
|
|
|
|||
Loading…
Reference in a new issue