From c5831f2bdead0f6e777ae1a214e9c5a9f622a95b Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 29 Oct 2018 19:27:15 +0800 Subject: [PATCH] - revert jd promotion batch size to 200 --- business/jxstore/promotion/jd_promotion.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/promotion/jd_promotion.go b/business/jxstore/promotion/jd_promotion.go index 06a414422..c31746b4d 100644 --- a/business/jxstore/promotion/jd_promotion.go +++ b/business/jxstore/promotion/jd_promotion.go @@ -50,7 +50,7 @@ const ( const ( DefaultLimitSkuCount = 100 - MaxPromotionSkuCount = jdapi.MaxPromotionSkuCount / 4 + MaxPromotionSkuCount = jdapi.MaxPromotionSkuCount ) type SkuPrice struct {