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