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 9f1dc31 commit 54b772bCopy full SHA for 54b772b
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 = 1200
8
-max_requests_jitter = 100
+max_requests = 1
+max_requests_jitter = 1
0 commit comments