Skip to content

Commit 2acea99

Browse files
authored
Merge pull request #37 from appirio-tech/dev
update size of batch calls for member handle
2 parents 088f4af + 87ecde1 commit 2acea99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/work/project.list.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module.controller('ProjectListCtrl', [
8181

8282
function (projects) {
8383

84-
var MAX_BATCH_SIZE = 100;
84+
var MAX_BATCH_SIZE = 50;
8585

8686
// Collects copilot and owner's ids from the loaded project objects.
8787
// The resulting 'queue' array will hold unique user ids to be

0 commit comments

Comments
 (0)