diff --git a/docs/installation/3-http-daemon.md b/docs/installation/3-http-daemon.md index 7cef07d7d..c1bcf7ca8 100644 --- a/docs/installation/3-http-daemon.md +++ b/docs/installation/3-http-daemon.md @@ -116,8 +116,8 @@ pythonpath = '/opt/netbox/netbox' bind = '127.0.0.1:8001' workers = 3 user = 'www-data' -max_requests = 1000 -max_requests_jitter = 200 +max_requests = 5000 +max_requests_jitter = 500 ``` # supervisord Installation