increase application close timeout
This commit is contained in:
parent
dfa6ed8ac2
commit
1fac964b8b
|
@ -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'
|
||||
])
|
||||
|
|
Reference in New Issue