Skip to content

Commit

Permalink
Merge pull request #1205 from alphagov/revert-1204-update-max_deletio…
Browse files Browse the repository at this point in the history
…ns-16495-temporarily

Revert "Increase MAX_DELETIONS to 16495"
  • Loading branch information
kentsanggds authored Nov 1, 2023
2 parents 45cc308 + 601d72e commit 6184265
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 = 16_495
MAX_DELETIONS = 100

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

0 comments on commit 6184265

Please sign in to comment.