mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Prevents multiple prefs reload upon boot
This commit is contained in:
parent
f97d1dc149
commit
5ae3bb13ba
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ function prefs_dump_utils.readPrefsFromDisk()
|
|||
|
||||
for k,v in pairs(restore or {}) do
|
||||
--print(k.."\n")
|
||||
ntop.delCache(k)
|
||||
ntop.restoreCache(k,v)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue