mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-30 07:53:57 -04: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(:google_user_info)
|
||||||
.includes(:oauth2_user_info)
|
.includes(:oauth2_user_info)
|
||||||
.includes(:user_open_ids)
|
.includes(:user_open_ids)
|
||||||
.take(200)
|
.take(100)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue