فهرست منبع

Increase request counts for max_requests

Tyler Bigler 6 سال پیش
والد
کامیت
2a8fa01a57
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      docs/installation/3-http-daemon.md

+ 2 - 2
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