Merge pull request #354 from reasonerjt/job-service

bugfix: max_job_workers is ignored in prepare
This commit is contained in:
Daniel Jiang 2016-06-20 14:00:05 +08:00 committed by GitHub
commit 2b8eb8636c
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