Skip to content

Commit

Permalink
[PHP] Update config for simps (#3104)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Jul 10, 2020
1 parent 289b846 commit 1493beb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion php/simps/config/servers.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
'callbacks' => [
],
'settings' => [
'worker_num' => swoole_cpu_num() * 2,
'worker_num' => swoole_cpu_num() * 2,
'open_tcp_nodelay' => true,
'enable_reuse_port' => true,
'enable_coroutine' => false,
'only_simple_http' => true,
],
Expand Down

0 comments on commit 1493beb

Please sign in to comment.