Преглед на файлове

Change nginx timer resolution (#4415)

to 1s
Joan Miquel преди 6 години
родител
ревизия
be6f594b37
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 1 1
      frameworks/C/nginx/nginx.conf
  2. 1 0
      frameworks/PHP/php/deploy/nginx_php.conf

+ 1 - 1
frameworks/C/nginx/nginx.conf

@@ -3,7 +3,7 @@ worker_processes  auto;
 worker_cpu_affinity auto;
 error_log stderr error;
 #worker_rlimit_nofile 1000000;
-#timer_resolution 1000ms;
+timer_resolution 1000ms;
 daemon off;
 
 events {

+ 1 - 0
frameworks/PHP/php/deploy/nginx_php.conf

@@ -2,6 +2,7 @@ user www-data;
 worker_processes  auto;
 error_log stderr error;
 #worker_rlimit_nofile 100000;
+timer_resolution 1000ms;
 daemon off;
 
 events {