aboutsummaryrefslogtreecommitdiff
path: root/uwsgi-gerboweb.ini
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2019-04-03 23:53:04 +0900
committerjaseg <git@jaseg.net>2019-04-03 23:53:04 +0900
commitbd281ef2e8213c6e92d68aefff9bfd1a8d8351d6 (patch)
treed1e2c013de56cad3b50703e9a14b9d421b19de56 /uwsgi-gerboweb.ini
parent9358a57baeeeaaf6132953f033f71469c0154604 (diff)
downloadinfra-bd281ef2e8213c6e92d68aefff9bfd1a8d8351d6.tar.gz
infra-bd281ef2e8213c6e92d68aefff9bfd1a8d8351d6.tar.bz2
infra-bd281ef2e8213c6e92d68aefff9bfd1a8d8351d6.zip
gerbolyze fixes, clippy experiments
Diffstat (limited to 'uwsgi-gerboweb.ini')
-rw-r--r--uwsgi-gerboweb.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/uwsgi-gerboweb.ini b/uwsgi-gerboweb.ini
index ec52f90..155d01a 100644
--- a/uwsgi-gerboweb.ini
+++ b/uwsgi-gerboweb.ini
@@ -1,10 +1,7 @@
[uwsgi]
master = True
cheap = True
-idle = 600
-die-on-idle = True # If app is not used often, it will exit and be launched
- # again by systemd requested by users.
-
+die-on-idle = False
manage-script-name = True
plugins = python3
chdir = /var/lib/gerboweb