From 0d6b919f47534871a71201d946992076a5017dcc Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Mon, 24 Apr 2023 18:47:00 +1000 Subject: [PATCH] Increse harakiri for review dashboard --- deploy/uwsgi.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.