bugfix: max_job_workers is ignored in prepare

This commit is contained in:
Tan Jiang 2016-06-20 13:57:08 +08:00
parent f6a9f67613
commit 7a854cbfa5
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ MYSQL_USR=root
MYSQL_PWD=$db_password
UI_SECRET=$ui_secret
HARBOR_URL=$ui_url
MAX_JOB_WORKERS=10
MAX_JOB_WORKERS=$max_job_workers
LOG_LEVEL=debug
GODEBUG=netdns=cgo

View File

@ -3,7 +3,7 @@ runmode = dev
[lang]
types = en-US|zh-CN
names = English|中文
names = English|Chinese
[dev]
httpport = 80