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

@ -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,
}