From d72757e7384a45fbfe718a96c745aad215acfd7c Mon Sep 17 00:00:00 2001 From: ziming Date: Thu, 12 Jun 2025 17:45:09 +0800 Subject: [PATCH] timeSliceQuery --- internal/biz/cron_notice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/biz/cron_notice.go b/internal/biz/cron_notice.go index 5f256e2..84d9d5f 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(8) + eg.SetLimit(10) for start := startTime; start.Before(endTime); start = start.Add(duration) {