mirror of https://github.com/CIRCL/lookyloo
chg: auto-restart webservers after 1000 requests
parent
fe74b543bb
commit
3e4eb572a0
|
@ -27,6 +27,7 @@ class Website(AbstractManager):
|
|||
'--graceful-timeout', '2', '--timeout', '300',
|
||||
'-b', f'{ip}:{port}',
|
||||
'--log-level', 'info',
|
||||
'--max_requests', '1000',
|
||||
'web:app'],
|
||||
cwd=website_dir)
|
||||
|
||||
|
|
Loading…
Reference in New Issue