[Update] 增加启动超时时间

This commit is contained in:
ibuler
2018-11-26 10:22:17 +08:00
parent 2661bbb70a
commit c4d6f32528

2
jms
View File

@@ -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