mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:38 -06:00
setting this to 200 was not a good idea
This commit is contained in:
parent
b4844d4477
commit
82be9d3445
@ -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 New Issue
Block a user