Removes experimental code for timeseries delta

This commit is contained in:
Simone Mainardi 2021-02-23 19:09:07 +01:00
parent 9f21afddbb
commit 981f7a0572
5 changed files with 1 additions and 60 deletions

View file

@ -41,16 +41,6 @@ end
-- ###########################################
function scripts_triggers.isDeltaSet()
if (ntop.getPref("ntopng.prefs.enable_ts_deltas_writes") == "1") then
return true
end
return false
end
-- ###########################################
function scripts_triggers.isRecordingAvailable()
local is_available_key = "ntopng.cache.traffic_recording_available"
if(ntop.isAdministrator() and (ntop.getCache(is_available_key) == "1")) then