mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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(: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
|
||||||
|
|||||||
Reference in New Issue
Block a user