mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
F #4378: Change upload speed measurement to alleviate the overhead
This commit is contained in:
parent
7927703ecf
commit
1556952c29
@ -362,7 +362,7 @@ define(function(require) {
|
||||
|
||||
function checkUploadSpeed( iterations, update, element) {
|
||||
var index = 0,
|
||||
timer = window.setInterval( check, 5000 ); //check every 5 seconds
|
||||
timer = window.setInterval( check, 10000 ); //check every 10 seconds
|
||||
check(element);
|
||||
|
||||
function check(element) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user