Skip to content

Commit

Permalink
👋my geek time
Browse files Browse the repository at this point in the history
  • Loading branch information
zkep committed Jan 1, 2025
1 parent e5ec321 commit 850bf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/task/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TaskHandler(ctx context.Context, t time.Time) error {
func iterators(ctx context.Context, loaded bool) error {
timeCtx, timeCancel := context.WithTimeout(ctx, time.Hour)
defer timeCancel()
hasMore, page, psize := true, 1, 10
hasMore, page, psize := true, 1, 6
orderTasks, batchTasks := make([]*model.Task, 0, psize), make([]*model.Task, 0, psize)
for hasMore {
var ls []*model.Task
Expand Down

0 comments on commit 850bf1b

Please sign in to comment.