From a87fa8ade962799e666e5f625708301c67f142a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20NO=C3=8BL?= Date: Fri, 19 Mar 2021 18:59:21 +0100 Subject: [PATCH] uwsgi: recycling spooler after 20 tasks (#52264) --- debian/uwsgi.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/uwsgi.ini b/debian/uwsgi.ini index 193f41fcd..91aa3dac7 100644 --- a/debian/uwsgi.ini +++ b/debian/uwsgi.ini @@ -14,6 +14,7 @@ vacuum = true spooler-processes = 3 spooler-python-import = wcs.qommon.spooler +spooler-max-tasks = 20 # spooler directory is set using the command line in systemd unit file / init.d startup file. master = true