Increase query builder metaqueries range to 30d

pull/10616/head
Christopher Henn 2019-01-09 13:11:29 -08:00 committed by Chris Henn
parent 3d0a42cbbc
commit 28ebc88b44
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import {formatTagFilterCall} from 'src/shared/utils/queryBuilder'
// Types // Types
import {InfluxLanguage, BuilderConfig} from 'src/types/v2' import {InfluxLanguage, BuilderConfig} from 'src/types/v2'
export const SEARCH_DURATION = '5m' export const SEARCH_DURATION = '30d'
export const LIMIT = 200 export const LIMIT = 200
async function findBuckets(url: string): Promise<string[]> { async function findBuckets(url: string): Promise<string[]> {