remove the incorrect comment
parent
8734028206
commit
2725e0b3b0
|
@ -9,7 +9,6 @@ worker_processes {{ data.worker_processes }};
|
||||||
worker_rlimit_nofile 65535;
|
worker_rlimit_nofile 65535;
|
||||||
|
|
||||||
# See https://www.nginx.com/blog/thread-pools-boost-performance-9x/
|
# See https://www.nginx.com/blog/thread-pools-boost-performance-9x/
|
||||||
# threads should be equal to (cpus * 2)
|
|
||||||
thread_pool pool threads=8 max_queue=65536;
|
thread_pool pool threads=8 max_queue=65536;
|
||||||
|
|
||||||
events {
|
events {
|
||||||
|
|
Loading…
Reference in New Issue