]> git.openstreetmap.org Git - chef.git/commitdiff
Disable evasive on web during CF
authorGrant Slater <github@firefishy.com>
Thu, 11 Jul 2024 11:55:03 +0000 (12:55 +0100)
committerGrant Slater <github@firefishy.com>
Thu, 11 Jul 2024 11:55:03 +0000 (12:55 +0100)
roles/web-frontend.rb

index 503ad95fa32f8b3032997c883e0e41b5d0b9c4eb..5221de62dcb778301cda0479533311f3504aa23d 100644 (file)
@@ -7,7 +7,8 @@ default_attributes(
     :evasive => {
       :page_count => 100,
       :site_count => 100,
-      :blocking_period => 30
+      :blocking_period => 30,
+      :enable => false
     },
     :event => {
       :server_limit => 20,