Skip to content

Commit 5e7e74d

Browse files
committed
fixes #2 by increasing worker_connections to 16384
1 parent b2fd5f5 commit 5e7e74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-gateway-config/api-gateway.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ events {
2828
use epoll;
2929
# the actual number of simultaneous connections cannot exceed the current limit on the maximum number of open files,
3030
# which can be changed by worker_rlimit_nofile.
31-
worker_connections 1000;
31+
worker_connections 16384;
3232
multi_accept on;
3333
}
3434

0 commit comments

Comments
 (0)