1
0
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:
Tino Vazquez 2016-11-21 16:02:24 +01:00
parent 7927703ecf
commit 1556952c29

View File

@ -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) {