Skip to content

Commit 23f1eb4

Browse files
authored
Merge pull request #12359 from internetarchive/perf/nginx-worker-connections
Double nginx worker connections
2 parents d7f1d7b + 8e8791f commit 23f1eb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ error_log /var/log/nginx/error.log;
1414
pid /var/run/nginx.pid;
1515

1616
events {
17-
worker_connections 2048;
17+
worker_connections 4096;
1818
# multi_accept on;
1919
}
2020

0 commit comments

Comments
 (0)