Merge "[uwsgi] remove extraneous argument"

This commit is contained in:
Zuul 2020-05-29 01:31:30 +00:00 committed by Gerrit Code Review
commit 4358e33798
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}" \