Skip to content

Commit

Permalink
确定2.2版本
Browse files Browse the repository at this point in the history
  • Loading branch information
george518 committed Aug 10, 2018
1 parent 3febcce commit 6e7c89e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ appname = PPGo_Job2
httpport = 8080
runmode = dev

version= V2.1
version= V2.2

# 允许同时运行的任务数
jobs.pool = 1000
Expand Down
2 changes: 1 addition & 1 deletion controllers/home.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (self *HomeController) Help() {
func (self *HomeController) Start() {
groups_map := serverGroupLists(self.serverGroups, self.userId)
//计算总任务数量
_, count := models.TaskGetList(1, 200)
_, count := models.TaskGetList(1, 300)
// 即将执行的任务
entries := jobs.GetEntries(30)
jobList := make([]map[string]interface{}, len(entries))
Expand Down

0 comments on commit 6e7c89e

Please sign in to comment.