increase application close timeout

This commit is contained in:
Jens Langhammer 2019-04-29 22:19:26 +02:00
parent dfa6ed8ac2
commit 1fac964b8b
1 changed files with 1 additions and 0 deletions

View File

@ -25,5 +25,6 @@ class Command(BaseCommand):
'-p', str(CONFIG.y('web.port', 8000)),
'-b', CONFIG.y('web.listen', '0.0.0.0'), # nosec
'--access-log', '/dev/null',
'--application-close-timeout', '500',
'passbook.core.asgi:application'
])