Skip to content

Commit

Permalink
Update repository.ts (calcom#18482)
Browse files Browse the repository at this point in the history
  • Loading branch information
zomars authored and MuhammadAimanSulaiman committed Feb 24, 2025
1 parent 3bee1b0 commit d270316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/features/tasker/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class Task {
orderBy: {
scheduledAt: "asc",
},
take: 100,
take: 1000,
});
}

Expand Down

0 comments on commit d270316

Please sign in to comment.