fix: Typo in last commit

pull/800/head
Raphaël Vinot 2023-10-10 21:40:49 +02:00
parent 3e4eb572a0
commit 5ca7c5cb1d
1 changed files with 1 additions and 1 deletions

View File

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