|
|
@@ -53,7 +53,7 @@ $tmp_config = [
|
|
|
'maxUsers' => 50000,
|
|
|
'sets' => [
|
|
|
'worker_num' => 2,
|
|
|
- 'daemonize' => false,
|
|
|
+ 'daemonize' => true,
|
|
|
'max_request' => 500,
|
|
|
'task_enable_coroutine' => true,
|
|
|
'dispatch_mode' => 2,
|
|
|
@@ -87,7 +87,7 @@ $tmp_config = [
|
|
|
'maxUsers' => 1000,
|
|
|
'sets' => [
|
|
|
'worker_num' => 80,
|
|
|
- 'daemonize' => false,
|
|
|
+ 'daemonize' => true,
|
|
|
'max_request' => 20000,
|
|
|
'task_enable_coroutine' => true,
|
|
|
'dispatch_mode' => 2,
|