Fix automatic abort in timeseries table

This commit is contained in:
emanuele-f 2019-02-28 10:15:02 +01:00
parent 457af91531
commit 75747407dc
2 changed files with 1 additions and 1 deletions

View file

@ -231,6 +231,7 @@ function ts_utils.getQueryOptions(overrides)
calculate_stats = true, -- calculate stats if possible
initial_point = false, -- add an extra initial point, not accounted in statistics but useful for drawing graphs
with_series = false, -- in topk query, if true, also get top items series data
no_timeout = true, -- do not abort queries automatically by default
}, overrides or {})
end