1
0
Fork 0
mirror of synced 2024-06-13 16:24:47 +12:00

remove dump

This commit is contained in:
Damodar Lohani 2022-09-09 05:06:07 +00:00
parent 9fc800c45a
commit 0cd1da0680

View file

@ -27,7 +27,6 @@ $http = new Server("0.0.0.0", App::getEnv('PORT', 80));
$payloadSize = 6 * (1024 * 1024); // 6MB
$workerNumber = swoole_cpu_num() * intval(App::getEnv('_APP_WORKER_PER_CORE', 6));
var_dump(App::getEnv('_APP_REGION_DEFAULT', ''));
$http
->set([
'worker_num' => $workerNumber,