mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-08 06:24:34 +00:00
Fix automatic abort in timeseries table
This commit is contained in:
parent
457af91531
commit
75747407dc
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue