timeSliceQuery 8

This commit is contained in:
ziming 2025-06-16 08:55:31 +08:00
parent cb1135e9c8
commit 792ce23435
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ func (v *VoucherBiz) timeSliceQuery(ctx context.Context, startTime, endTime time
duration := 2 * time.Hour
eg := new(errgroup.Group)
eg.SetLimit(10)
eg.SetLimit(8)
for start := startTime; start.Before(endTime); start = start.Add(duration) {