From 7a854cbfa5e71e2dafef79deea65f9d4bcdede57 Mon Sep 17 00:00:00 2001 From: Tan Jiang Date: Mon, 20 Jun 2016 13:57:08 +0800 Subject: [PATCH] bugfix: max_job_workers is ignored in prepare --- Deploy/templates/jobservice/env | 2 +- Deploy/templates/ui/app.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Deploy/templates/jobservice/env b/Deploy/templates/jobservice/env index f40d836..079cc36 100644 --- a/Deploy/templates/jobservice/env +++ b/Deploy/templates/jobservice/env @@ -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 diff --git a/Deploy/templates/ui/app.conf b/Deploy/templates/ui/app.conf index 6d8f157..58e1194 100644 --- a/Deploy/templates/ui/app.conf +++ b/Deploy/templates/ui/app.conf @@ -3,7 +3,7 @@ runmode = dev [lang] types = en-US|zh-CN -names = English|中文 +names = English|Chinese [dev] httpport = 80