diff --git a/business/scheduler/defsch/defsch.go b/business/scheduler/defsch/defsch.go index 2b7571754..1e022e225 100644 --- a/business/scheduler/defsch/defsch.go +++ b/business/scheduler/defsch/defsch.go @@ -23,7 +23,7 @@ const ( time2AutoPickupGap = 5 * 60 //随机5分钟 // (把pending order timerout 在-pendingOrderTimerMinMinSecond至pendingOrderTimerMaxSecond映射到pendingOrderTimerMinSecond至pendingOrderTimerMaxSecond) - pendingOrderTimerMinMinSecond = 5 * 60 // 10分钟 + pendingOrderTimerMinMinSecond = 5 * 60 // 5分钟 pendingOrderTimerMinSecond = 2 pendingOrderTimerMaxSecond = 5