[uwsgi] remove extraneous argument
-z or --socket-timeout work, don't need both Change-Id: I8fe3d84bab890297b62c6e5dc166c7665a870739
This commit is contained in:
parent
8463e61eb7
commit
3771faa8fa
@ -19,7 +19,6 @@ if [ "$1" = 'server' ]; then
|
||||
--master \
|
||||
--thunder-lock \
|
||||
--die-on-term \
|
||||
-z "${UWSGI_TIMEOUT}" \
|
||||
--paste config:/etc/promenade/api-paste.ini \
|
||||
--enable-threads \
|
||||
--threads "${PROMENADE_THREADS}" \
|
||||
|
Loading…
Reference in New Issue
Block a user