This commit is contained in:
邹宗楠
2023-07-12 11:42:57 +08:00
parent 85a22440a4
commit a217cadbe4
2 changed files with 1 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ type ParallelConfig struct {
// ParentTask ITask
// IsAsync bool
ParallelCount int
BatchSize int
BatchSize int // 最大传入数据量
IsContinueWhenError bool
}