This commit is contained in:
邹宗楠
2023-07-12 10:57:03 +08:00
parent 0095f09c4f
commit 85a22440a4

View File

@@ -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)
}