From 7e6293f5142f4536f6803e7e561461fc3b250f8c Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 3 Aug 2018 17:54:01 +0800 Subject: [PATCH] - fix comment. --- business/scheduler/defsch/defsch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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