Merge pull request #25105 from owncloud/stable9-initial-userloading-workaround

[stable9] decrease initial users to load to 50
This commit is contained in:
Vincent Petry 2016-06-15 10:33:30 +02:00 committed by GitHub
commit 57d3bb36eb
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ var UserList = {
availableGroups: [],
offset: 0,
usersToLoad: 10, //So many users will be loaded when user scrolls down
initialUsersToLoad: 250, //initial number of users to load
initialUsersToLoad: 50, //initial number of users to load
currentGid: '',
filter: '',