diff --git a/app/lib/ckan/v26/depaginator.rb b/app/lib/ckan/v26/depaginator.rb index f59520af..4b1033db 100644 --- a/app/lib/ckan/v26/depaginator.rb +++ b/app/lib/ckan/v26/depaginator.rb @@ -2,7 +2,7 @@ module CKAN module V26 class Depaginator include CKAN::Modules::URLBuilder - MAX_DELETIONS = 100 + MAX_DELETIONS = 158 def self.depaginate(*args, **kwargs) new(*args, **kwargs).depaginate