mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
setting this to 200 was not a good idea
This commit is contained in:
parent
b4844d4477
commit
82be9d3445
1 changed files with 1 additions and 1 deletions
|
@ -79,6 +79,6 @@ class AdminUserIndexQuery
|
|||
.includes(:google_user_info)
|
||||
.includes(:oauth2_user_info)
|
||||
.includes(:user_open_ids)
|
||||
.take(200)
|
||||
.take(100)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue