Skip to content

Commit

Permalink
Use a limit of 1000 for all-task queries
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Feb 28, 2024
1 parent e0e76bc commit 32eb4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashboard/src/components/tasks/tasks-app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export const TasksApp = React.memo(
`0,${timestamp.getTime()}`,
undefined,
undefined,
undefined,
1000,
undefined,
'-unix_millis_start_time',
undefined,
Expand Down

0 comments on commit 32eb4ad

Please sign in to comment.