remove the incorrect comment

pull/66/head
Justin 2019-02-08 03:53:09 -06:00
parent 8734028206
commit 2725e0b3b0
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ worker_processes {{ data.worker_processes }};
worker_rlimit_nofile 65535;
# 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;
events {