From: Grant Slater Date: Sat, 25 Jan 2025 13:45:55 +0000 (+0000) Subject: wiki: increase mod_evasive to avoid blocking map features X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/3173038b49bbb27e43264cc2923b7969e9682307?ds=sidebyside wiki: increase mod_evasive to avoid blocking map features --- diff --git a/roles/wiki.rb b/roles/wiki.rb index 0c83be4c5..19a31e3db 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -17,7 +17,7 @@ default_attributes( :max_connections_per_child => 10000 }, :evasive => { - :page_count => 250, + :page_count => 400, :site_count => 500 } },