aboutsummaryrefslogtreecommitdiffstats
path: root/checker/src/requirements.txt
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2021-06-21 14:27:01 +0200
committerLouis Burda <quent.burda@gmail.com>2021-06-21 14:27:01 +0200
commit6c07a3dbfa520ea0bba79c142060e6621257dcf5 (patch)
treec18138e7f865ab009a96578a151664886c6644b4 /checker/src/requirements.txt
parent4079472724d24f1d5c02028b802c557a0fd2e53f (diff)
downloadenowars5-service-stldoctor-6c07a3dbfa520ea0bba79c142060e6621257dcf5.tar.gz
enowars5-service-stldoctor-6c07a3dbfa520ea0bba79c142060e6621257dcf5.zip
change gunicorn conf to fight memory consumption via leak by restarting periodically
Diffstat (limited to 'checker/src/requirements.txt')
-rw-r--r--checker/src/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/src/requirements.txt b/checker/src/requirements.txt
index 57cd50e..e88eeb1 100644
--- a/checker/src/requirements.txt
+++ b/checker/src/requirements.txt
@@ -10,7 +10,7 @@ enochecker-core==0.10.0
eventlet==0.30.2
Flask==1.1.2
greenlet==1.0.0
-gunicorn==20.1.0
+gunicorn[gevent]
idna==2.10
itsdangerous==1.1.0
Jinja2==2.11.3