mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Extend max hosts idle timeout to 1 week
This commit is contained in:
parent
bdef62fdc5
commit
ed338ee14a
1 changed files with 2 additions and 2 deletions
|
|
@ -946,11 +946,11 @@ function printInMemory()
|
|||
|
||||
prefsInputFieldPrefs(subpage_active.entries["local_host_max_idle"].title, subpage_active.entries["local_host_max_idle"].description,
|
||||
"ntopng.prefs.","local_host_max_idle", prefs.local_host_max_idle, "number", nil, nil, nil,
|
||||
{min=1, max=86400, tformat="smh", attributes={["data-localremotetimeout"]="localremotetimeout"}})
|
||||
{min=1, max=7*86400, tformat="smh", attributes={["data-localremotetimeout"]="localremotetimeout"}})
|
||||
|
||||
prefsInputFieldPrefs(subpage_active.entries["non_local_host_max_idle"].title, subpage_active.entries["non_local_host_max_idle"].description,
|
||||
"ntopng.prefs.", "non_local_host_max_idle", prefs.non_local_host_max_idle, "number", nil, nil, nil,
|
||||
{min=1, max=86400, tformat="smh"})
|
||||
{min=1, max=7*86400, tformat="smh"})
|
||||
|
||||
prefsInputFieldPrefs(subpage_active.entries["flow_max_idle"].title, subpage_active.entries["flow_max_idle"].description,
|
||||
"ntopng.prefs.", "flow_max_idle", prefs.flow_max_idle, "number", nil, nil, nil,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue