Skip to content

Commit

Permalink
fixes #2 by increasing worker_connections to 16384
Browse files Browse the repository at this point in the history
  • Loading branch information
ddragosd committed Sep 7, 2015
1 parent b2fd5f5 commit 5e7e74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-gateway-config/api-gateway.conf
Expand Up @@ -28,7 +28,7 @@ events {
use epoll;
# the actual number of simultaneous connections cannot exceed the current limit on the maximum number of open files,
# which can be changed by worker_rlimit_nofile.
worker_connections 1000;
worker_connections 16384;
multi_accept on;
}

Expand Down

0 comments on commit 5e7e74d

Please sign in to comment.