Implements slow rrd checks and updates in C

This commit is contained in:
Simone Mainardi 2020-02-19 19:26:29 +01:00
parent a7ea7f76ed
commit a0612895fe
9 changed files with 49 additions and 81 deletions

View file

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