Skip to content

Commit 63699c6

Browse files
authored
Merge pull request #262 from myii/fix/use-upstream-default-worker_connections
fix(map.jinja): use upstream default for `worker_connections`
2 parents facbaa1 + 49caf8c commit 63699c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/map.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
'config': {
131131
'worker_processes': 'auto',
132132
'events': {
133-
'worker_connections': 768,
133+
'worker_connections': 512,
134134
},
135135
'http': {
136136
'sendfile': 'on',

0 commit comments

Comments
 (0)