We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b772b commit 8ea3cc8Copy full SHA for 8ea3cc8
gunicorn.conf.py
@@ -4,5 +4,5 @@
4
# Based on https://adamj.eu/tech/2019/09/19/working-around-memory-leaks-in-your-django-app/
5
# https://docs.gunicorn.org/en/latest/settings.html#max-requests
6
# https://docs.gunicorn.org/en/latest/settings.html#max-requests-jitter
7
-max_requests = 1
8
-max_requests_jitter = 1
+max_requests = 1200
+max_requests_jitter = 100
0 commit comments