chg: force restart webserver more often

pull/920/head
Raphaël Vinot 2024-06-03 10:48:18 +02:00
parent 33c6da7256
commit 702671255b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Website(AbstractManager):
'--graceful-timeout', '2', '--timeout', '300',
'-b', f'{ip}:{port}',
'--log-level', 'info',
'--max-requests', '10000',
'--max-requests-jitter', '10000',
'web:app'],
cwd=website_dir)