From 2637c608a684e0433b5d36fb8cb270a021bc0336 Mon Sep 17 00:00:00 2001 From: ibuler Date: Fri, 14 Sep 2018 11:29:26 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E4=BF=AE=E6=94=B9gunicorn=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jms | 1 + 1 file changed, 1 insertion(+) diff --git a/jms b/jms index 774479df9..244fff826 100755 --- a/jms +++ b/jms @@ -126,6 +126,7 @@ def start_gunicorn(): '-k', 'gthread', '--threads', '10', '-w', str(WORKERS), + '--max-requests', '4096', '--access-logformat', log_format, '-p', pid_file, ]