diff --git a/app/lib/ckan/v26/depaginator.rb b/app/lib/ckan/v26/depaginator.rb index 4b1033db..3da90730 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 = 158 + MAX_DELETIONS = 384 def self.depaginate(*args, **kwargs) new(*args, **kwargs).depaginate