Commit a0c1e53f by Paul Sneddon Committed by GitHub

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

parent ec756f37
...@@ -38,7 +38,7 @@ func Query(ctx context.Context, dsInfo *models.DataSource, tsdbQuery *tsdb.TsdbQ ...@@ -38,7 +38,7 @@ func Query(ctx context.Context, dsInfo *models.DataSource, tsdbQuery *tsdb.TsdbQ
continue continue
} }
res := ExecuteQuery(context.Background(), *qm, runner, 10) res := ExecuteQuery(context.Background(), *qm, runner, 50)
tRes.Results[query.RefId] = backendDataResponseToTSDBResponse(&res, query.RefId) tRes.Results[query.RefId] = backendDataResponseToTSDBResponse(&res, query.RefId)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment