mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes ts partially seen (#7913)
This commit is contained in:
parent
f246bd4512
commit
80038a8faf
10 changed files with 89 additions and 40 deletions
|
|
@ -84,6 +84,7 @@ function ts_data.get_timeseries(http_context)
|
|||
local ts_aggregation = http_context.ts_aggregation
|
||||
|
||||
local options = {
|
||||
min_num_points = 2,
|
||||
max_num_points = tonumber(http_context.limit) or 60,
|
||||
initial_point = toboolean(http_context.initial_point),
|
||||
epoch_begin = tonumber(http_context.epoch_begin) or (os.time() - 3600),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue