门店评分-减少并发数

This commit is contained in:
Rosy-zhudan
2019-09-12 16:30:16 +08:00
parent 7d194b3b90
commit dfdcc671f6
2 changed files with 4 additions and 4 deletions

View File

@@ -18,8 +18,8 @@ import (
)
const (
EnableScheduleScoreStore = !true
ParallelCount = 5
EnableScheduleScoreStore = true
ParallelCount = 3
GoldMedalScore = 90
SilverMedalScore = 80