chore(limit): increasing limit to 200 (#19238)

pull/19244/head
Russ Savage 2020-08-06 12:47:32 -07:00 committed by GitHub
parent 811aeaf5fb
commit 104da32b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
// TODO: temporary fix until we implement pagination https://github.com/influxdata/influxdb/pull/17336 // TODO: temporary fix until we implement pagination https://github.com/influxdata/influxdb/pull/17336
export const LIMIT = 100 export const LIMIT = 200