setting this to 200 was not a good idea

This commit is contained in:
Jeff Atwood 2014-11-18 03:04:59 -08:00
parent b4844d4477
commit 82be9d3445
1 changed files with 1 additions and 1 deletions

View File

@ -79,6 +79,6 @@ class AdminUserIndexQuery
.includes(:google_user_info)
.includes(:oauth2_user_info)
.includes(:user_open_ids)
.take(200)
.take(100)
end
end