mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Remove Hosts Statistics Update Frequency selector and put a limit of 60 seconds
This commit is contained in:
parent
17e63065fd
commit
3c87cef5ff
1 changed files with 1 additions and 1 deletions
|
|
@ -536,7 +536,7 @@ function printInMemory()
|
|||
"Smaller values are more computationally intensive and tend to highlight minor variations. "..
|
||||
"Values in the order of few seconds are safe. " ..
|
||||
"Default: 5 seconds.",
|
||||
"ntopng.prefs.", "housekeeping_frequency", prefs.housekeeping_frequency, "number", nil, nil, nil, {min=1, max=1800, tformat="sm"})
|
||||
"ntopng.prefs.", "housekeeping_frequency", prefs.housekeeping_frequency, "number", nil, nil, nil, {min=1, max=60})
|
||||
|
||||
print('<tr><th colspan=2 style="text-align:right;"><button type="submit" class="btn btn-primary" style="width:115px">Save</button></th></tr>')
|
||||
print('</table>')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue