Refresh 20 apps in parallel
This commit is contained in:
@@ -1801,7 +1801,7 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
|
||||
this.getApps(function (error, apps) {
|
||||
if (error) return callback(error);
|
||||
|
||||
async.eachSeries(apps, function (app, iteratorCallback) {
|
||||
async.eachLimit(apps, 20, function (app, iteratorCallback) {
|
||||
var canManageApp = that._userInfo.isAtLeastAdmin;
|
||||
|
||||
if (!canManageApp) {
|
||||
|
||||
Reference in New Issue
Block a user