]> git.openstreetmap.org Git - chef.git/commitdiff
web: increase mod_evasive page count to allow iD tiled API requests
authorGrant Slater <github@firefishy.com>
Fri, 14 Jun 2024 17:43:39 +0000 (18:43 +0100)
committerGrant Slater <github@firefishy.com>
Fri, 14 Jun 2024 17:43:39 +0000 (18:43 +0100)
roles/web-frontend.rb

index 8e8fa817d0381e095a29523c02f9e0ab42661e20..503ad95fa32f8b3032997c883e0e41b5d0b9c4eb 100644 (file)
@@ -5,7 +5,7 @@ default_attributes(
   :apache => {
     :mpm => "event",
     :evasive => {
-      :page_count => 30,
+      :page_count => 100,
       :site_count => 100,
       :blocking_period => 30
     },