Skip to content

Commit

Permalink
chore(limit): increasing limit to 200 (#19238)
Browse files Browse the repository at this point in the history
  • Loading branch information
russorat authored Aug 6, 2020
1 parent 811aeaf commit 104da32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/resources/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// TODO: temporary fix until we implement pagination https://github.com/influxdata/influxdb/pull/17336
export const LIMIT = 100
export const LIMIT = 200

0 comments on commit 104da32

Please sign in to comment.