门店评分-减少并发数

This commit is contained in:
Rosy-zhudan
2019-09-12 16:53:15 +08:00
parent dfdcc671f6
commit f2b4f88573

View File

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