diff --git a/dashboard-ui/apiclient/apiclient.js b/dashboard-ui/apiclient/apiclient.js index a4250f07c9..e4356264de 100644 --- a/dashboard-ui/apiclient/apiclient.js +++ b/dashboard-ui/apiclient/apiclient.js @@ -528,7 +528,7 @@ // First try a small amount so that we don't hang up their mobile connection self.getDownloadSpeed(1000000).done(function (bitrate) { - if (bitrate < 3000000) { + if (bitrate < 1000000) { deferred.resolveWith(null, [Math.round(bitrate * .8)]); } else { diff --git a/dashboard-ui/channelitems.html b/dashboard-ui/channelitems.html index 0b3c7d535e..37c05e0a1e 100644 --- a/dashboard-ui/channelitems.html +++ b/dashboard-ui/channelitems.html @@ -19,19 +19,10 @@