mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Make use of scaling factor
This commit is contained in:
parent
0c917a45a2
commit
50db46cfdf
7 changed files with 154 additions and 84 deletions
|
|
@ -1477,6 +1477,10 @@ function getPathFromKey(key)
|
|||
return fixPath(path)
|
||||
end
|
||||
|
||||
function getRedisIfacePrefix(ifid)
|
||||
return "ntopng.prefs.iface_"..tostring(ifid)
|
||||
end
|
||||
|
||||
----- End of Redis Utils ------
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue