mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Slow down updates for rate util
This commit is contained in:
parent
6347e08c4e
commit
e6dd418dc4
@ -141,7 +141,7 @@ function updateBandwidthHosts(data){
|
||||
}
|
||||
}
|
||||
|
||||
setTimeout('updateBandwidth()', 10);
|
||||
setTimeout('updateBandwidth()', 1000);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user