Skip to content

Commit

Permalink
decrease initial users to load to 50
Browse files Browse the repository at this point in the history
Prevents timeouts on the initial loading of users. proper fix will be in #10994
Workaround for #24734
  • Loading branch information
butonic authored and Vincent Petry committed Jun 14, 2016
1 parent d41d5c4 commit a0215b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/js/users/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',

Expand Down

0 comments on commit a0215b1

Please sign in to comment.