From 2725e0b3b046400f9f63ac409950daaae60d148c Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 8 Feb 2019 03:53:09 -0600 Subject: [PATCH] remove the incorrect comment --- public/templates/conf/nginx.conf.html | 1 - 1 file changed, 1 deletion(-) diff --git a/public/templates/conf/nginx.conf.html b/public/templates/conf/nginx.conf.html index dfe2e98..7ade4b6 100644 --- a/public/templates/conf/nginx.conf.html +++ b/public/templates/conf/nginx.conf.html @@ -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 {