mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implemented redis caching to reduce cache pressure (work in progress)
Rearranged menus
This commit is contained in:
parent
d51c221ede
commit
2ba6b7e1bb
12 changed files with 312 additions and 115 deletions
|
|
@ -1422,7 +1422,7 @@ function version2int(v)
|
|||
end
|
||||
|
||||
function ntop_version_check()
|
||||
_rsp = ntop.getCache("ntopng.version")
|
||||
_rsp = ntop.getCache("ntopng.version", true)
|
||||
|
||||
if((_rsp == nil) or (_rsp == "")) then
|
||||
_rsp = ntop.httpGet("http://www.ntop.org/ntopng.version", "", "", 10)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue