mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Uses standard prefix for interface refresh rate
This commit is contained in:
parent
a8123ffe0a
commit
7822edf188
1 changed files with 1 additions and 1 deletions
|
|
@ -2080,7 +2080,7 @@ function getPathFromKey(key)
|
|||
end
|
||||
|
||||
function getRedisIfacePrefix(ifid)
|
||||
return "ntopng.prefs.iface_"..tostring(ifid)
|
||||
return "ntopng.prefs.ifid_"..tostring(ifid)
|
||||
end
|
||||
|
||||
----- End of Redis Utils ------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue