diff --git a/app/http.php b/app/http.php index 4d9c53b412..a73daa2562 100644 --- a/app/http.php +++ b/app/http.php @@ -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