Skip to content

Commit

Permalink
Temporarily increase MAX_DELETIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds authored Jan 24, 2024
1 parent c9c5bc8 commit 610ddcb
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 = 158
MAX_DELETIONS = 384

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

0 comments on commit 610ddcb

Please sign in to comment.