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

Commit c120691

Browse files
authored
Merge pull request #805 from alphagov/set-max_deletions-100
Set MAX_DELETIONS limit to 100
2 parents 7cbf8fc + 393972d commit c120691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ckan/v26/depaginator.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module V26
55
class Depaginator
66
include CKAN::Modules::URLBuilder
77

8-
MAX_DELETIONS = 1500
8+
MAX_DELETIONS = 100
99

1010
def self.depaginate(*args)
1111
self.new(*args).depaginate

0 commit comments

Comments
 (0)