mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 11:11:42 -04:00
Merge pull request #25105 from owncloud/stable9-initial-userloading-workaround
[stable9] decrease initial users to load to 50
This commit is contained in:
commit
57d3bb36eb
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