Skip to content

Commit

Permalink
Merge pull request #1301 from alphagov/update-max_deletion-15647
Browse files Browse the repository at this point in the history
Update MAX_SIZE deletion to 15647
  • Loading branch information
kentsanggds authored Jul 19, 2024
2 parents bfb7b6c + 7cfecaf commit 08ec3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/ckan/v26/depaginator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module CKAN
module V26
class Depaginator
include CKAN::Modules::URLBuilder
MAX_DELETIONS = 8000
MAX_DELETIONS = 15_647

def self.depaginate(*args, **kwargs)
new(*args, **kwargs).depaginate
Expand Down

0 comments on commit 08ec3cf

Please sign in to comment.