[uwsgi] remove extraneous argument

-z or --socket-timeout work, don't need both

Change-Id: I8fe3d84bab890297b62c6e5dc166c7665a870739
This commit is contained in:
Chris Wedgwood 2020-03-16 12:57:59 -05:00
parent 8463e61eb7
commit 3771faa8fa
1 changed files with 0 additions and 1 deletions

View File

@ -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}" \