mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Merge pull request #24999 from owncloud/initial-userloading-workaround
decrease initial users to load to 50
This commit is contained in:
commit
111b4d7051
1 changed files with 1 additions and 1 deletions
|
|
@ -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: '',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue