From 610ddcbea130586176460fab1d18272bb571b256 Mon Sep 17 00:00:00 2001 From: kentsanggds Date: Wed, 24 Jan 2024 09:37:31 +0000 Subject: [PATCH] Temporarily increase MAX_DELETIONS --- app/lib/ckan/v26/depaginator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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