Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase nginx and uwsgi workers; add uwsgi listeners #9

Merged
merged 1 commit into from Jun 10, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Increase nginx and uwsgi workers; add uwsgi listeners

  • Loading branch information
mbacchi committed May 31, 2019
commit d616bb77e4f8ab31685a27872bcfc65177fb59b5
@@ -7,7 +7,7 @@ load_module modules/ndk_http_module.so;
load_module modules/ngx_http_lua_module.so;

events {
worker_connections 1024;
worker_connections 20000;
# multi_accept on;
}

@@ -7,4 +7,5 @@ chunked-input-timeout = 300
socket-timeout = 300
buffer-size = 65535
master = 1
workers = 16
workers = 64
listen = 1024
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.