mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Implements slow rrd checks and updates in C
This commit is contained in:
parent
a7ea7f76ed
commit
a0612895fe
9 changed files with 49 additions and 81 deletions
|
|
@ -1969,18 +1969,4 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function driver:isAppendSlow()
|
||||
-- InfluxDB appends are handled in C and are never assumed to be slow
|
||||
return false
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function driver:checkAppendSlow()
|
||||
-- InfluxDB appends are handled in C and are never assumed to be slow
|
||||
return
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
return driver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue