diff --git a/internal/biz/cron_notice.go b/internal/biz/cron_notice.go index 79a339b..5f256e2 100644 --- a/internal/biz/cron_notice.go +++ b/internal/biz/cron_notice.go @@ -86,7 +86,7 @@ func (v *VoucherBiz) timeSliceQuery(ctx context.Context, startTime, endTime time duration := 2 * time.Hour eg := new(errgroup.Group) - eg.SetLimit(5) + eg.SetLimit(8) for start := startTime; start.Before(endTime); start = start.Add(duration) {