Skip to content

Commit

Permalink
change page size to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelfabianchinsamy committed Jul 26, 2024
1 parent 56fb4da commit 1f26360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/event.rake
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ namespace :gbif_events do
end

options = {
size: 2,
size: 1000,
from_id: (ENV["FROM_ID"] || Event.minimum(:id)).to_i,
until_id: (ENV["UNTIL_ID"] || Event.maximum(:id)).to_i,
filter: {},
Expand Down

0 comments on commit 1f26360

Please sign in to comment.