From 85a22440a4f27572d9121820e33651233cb63750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 12 Jul 2023 10:57:03 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/sync_store_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index c4ea0ece7..f0b03c393 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -792,7 +792,7 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag } } return nil, len(successList), err - }, ctx, task, createList, 1, isContinueWhenError2) + }, ctx, task, createList, 20, isContinueWhenError2) if err != nil { globals.SugarLogger.Debug("create sku wrong on :", err) }