[Update] 增加启动超时时间

pull/2099/head
ibuler 2018-11-26 10:22:17 +08:00
parent 2661bbb70a
commit c4d6f32528
1 changed files with 1 additions and 1 deletions

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