Skip to content

Commit

Permalink
Change nginx timer resolution (#4415)
Browse files Browse the repository at this point in the history
to 1s
  • Loading branch information
joanhey authored and NateBrady23 committed Feb 7, 2019
1 parent 19b0204 commit be6f594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/C/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions frameworks/PHP/php/deploy/nginx_php.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ user www-data;
worker_processes auto;
error_log stderr error;
#worker_rlimit_nofile 100000;
timer_resolution 1000ms;
daemon off;

events {
Expand Down

0 comments on commit be6f594

Please sign in to comment.