From c4d6f32528d85937908b7fd22322661603ec6b44 Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 26 Nov 2018 10:22:17 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E5=A2=9E=E5=8A=A0=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jms b/jms index e1d12b7be..1bb6bb56c 100755 --- a/jms +++ b/jms @@ -29,7 +29,7 @@ HTTP_PORT = CONFIG.HTTP_LISTEN_PORT or 8080 DEBUG = CONFIG.DEBUG LOG_LEVEL = CONFIG.LOG_LEVEL -START_TIMEOUT = 15 +START_TIMEOUT = 40 WORKERS = 4 DAEMON = False