vali 6 년 전
부모
커밋
1a8f0fc27a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      configs/configs.sample.php

+ 2 - 2
configs/configs.sample.php

@@ -33,11 +33,11 @@ $tmp_config = [
         'HttpServer' => [
             'host' => '0.0.0.0',
             'port' => '9093',
-            'maxUsers' => 50000,
+            'maxUsers' => 500,
             'sets' => [
                 'worker_num' => 5,
                 'daemonize' => true,
-                'max_request' => 500,
+                'max_request' => 10000,
                 'task_enable_coroutine' => true,
                 'dispatch_mode' => 3,
                 'debug_mode' => 1,