We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fd5f5 commit 5e7e74dCopy full SHA for 5e7e74d
api-gateway-config/api-gateway.conf
@@ -28,7 +28,7 @@ events {
28
use epoll;
29
# the actual number of simultaneous connections cannot exceed the current limit on the maximum number of open files,
30
# which can be changed by worker_rlimit_nofile.
31
- worker_connections 1000;
+ worker_connections 16384;
32
multi_accept on;
33
}
34
0 commit comments