Flux: Increase series limit for Flux queries (#26746)

This commit is contained in:
Paul Sneddon 2020-07-31 23:14:58 +01:00 committed by GitHub
parent ec756f3729
commit a0c1e53fd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ func Query(ctx context.Context, dsInfo *models.DataSource, tsdbQuery *tsdb.TsdbQ
continue
}
res := ExecuteQuery(context.Background(), *qm, runner, 10)
res := ExecuteQuery(context.Background(), *qm, runner, 50)
tRes.Results[query.RefId] = backendDataResponseToTSDBResponse(&res, query.RefId)
}