Merge "Add buffer size to uwsgi"

This commit is contained in:
Zuul 2019-05-21 08:40:05 +00:00 committed by Gerrit Code Review
commit fbb5d616d5
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ def build_uwsgi_server(conf, uwsgi):
"--threads", str(conf.api.workers),
"--lazy-apps",
"--chdir", "/",
"--buffer-size", "65535",
"--wsgi-file", wsgi_file(),
"--procname-prefix", "vitrage",
"--pyargv", " ".join(sys.argv[1:]),