Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 20d1d70

Browse files
authored
Merge pull request #1164 from alphagov/revert-1163-update-max_deletions-4100
Revert "Temporarily update MAX_DELETIONS to 4100"
2 parents a342276 + af794e5 commit 20d1d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/ckan/v26/depaginator.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module CKAN
22
module V26
33
class Depaginator
44
include CKAN::Modules::URLBuilder
5-
MAX_DELETIONS = 4100
5+
MAX_DELETIONS = 100
66

77
def self.depaginate(*args, **kwargs)
88
new(*args, **kwargs).depaginate

0 commit comments

Comments
 (0)