mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 16:07:17 +08:00
setting this to 200 was not a good idea
This commit is contained in:
@ -79,6 +79,6 @@ class AdminUserIndexQuery
|
||||
.includes(:google_user_info)
|
||||
.includes(:oauth2_user_info)
|
||||
.includes(:user_open_ids)
|
||||
.take(200)
|
||||
.take(100)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user