Browse Source

Change timer resolution (#4623)

Joan Miquel 6 years ago
parent
commit
b32a921857

+ 1 - 0
frameworks/PHP/kumbiaphp/deploy/nginx.conf

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

+ 1 - 0
frameworks/PHP/php/deploy/nginx-pools.conf

@@ -1,6 +1,7 @@
 user www-data;
 worker_processes  auto;
 error_log stderr error;
+timer_resolution 1000ms;
 #worker_rlimit_nofile 100000;
 pcre_jit on;
 

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

@@ -1,6 +1,7 @@
 user www-data;
 worker_processes  auto;
 error_log stderr error;
+timer_resolution 1000ms;
 #worker_rlimit_nofile 100000;
 pcre_jit on;
 

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

@@ -1,6 +1,7 @@
 user www-data;
 worker_processes  auto;
 error_log stderr error;
+timer_resolution 1000ms;
 #worker_rlimit_nofile 100000;
 pcre_jit on;