门店评分-减少并发数

This commit is contained in:
Rosy-zhudan
2019-09-12 17:22:02 +08:00
parent f2b4f88573
commit 00603a0a34

View File

@@ -19,7 +19,7 @@ import (
const (
EnableScheduleScoreStore = true
ParallelCount = 2
ParallelCount = 1
GoldMedalScore = 90
SilverMedalScore = 80