diff --git a/deploy/uwsgi.ini b/deploy/uwsgi.ini index b07fcf11..9ceaecd7 100644 --- a/deploy/uwsgi.ini +++ b/deploy/uwsgi.ini @@ -7,9 +7,7 @@ module = pinaxcon.wsgi master = true socket = /tmp/{{ site_name }}_uwsgi.sock processes = 3 -# Reduced this again now that reports are deferred to a queued task. Could -# potentially be further reduced. -harakiri = 15 +harakiri = 30 max-requests = 5000 vacuum = true # For Sentry, see https://docs.sentry.io/clients/python/advanced/#a-note-on-uwsgi.