Skip to content

Commit 8ea3cc8

Browse files
committed
Revert "Test Gunicorn config & Heroku"
This reverts commit 54b772b.
1 parent 54b772b commit 8ea3cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gunicorn.conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Based on https://adamj.eu/tech/2019/09/19/working-around-memory-leaks-in-your-django-app/
55
# https://docs.gunicorn.org/en/latest/settings.html#max-requests
66
# https://docs.gunicorn.org/en/latest/settings.html#max-requests-jitter
7-
max_requests = 1
8-
max_requests_jitter = 1
7+
max_requests = 1200
8+
max_requests_jitter = 100

0 commit comments

Comments
 (0)