mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +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
|
|
@ -52,7 +52,6 @@ local latest_tstamp = driver:getLatestTimestamp(tags.ifid or -1)
|
|||
local options = {
|
||||
max_num_points = tonumber(_GET["limit"]),
|
||||
initial_point = toboolean(_GET["initial_point"]),
|
||||
no_timeout = true,
|
||||
with_series = true,
|
||||
target_aggregation = ts_aggregation,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue