fix: Properly use --max-requests-jitter

pull/920/head
Raphaël Vinot 2024-06-13 12:43:47 +02:00
parent 3db3b816bc
commit 8ad2292d68
1 changed files with 3 additions and 1 deletions

View File

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