From 3173038b49bbb27e43264cc2923b7969e9682307 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 25 Jan 2025 13:45:55 +0000 Subject: [PATCH] wiki: increase mod_evasive to avoid blocking map features --- roles/wiki.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ :max_connections_per_child => 10000 }, :evasive => { - :page_count => 250, + :page_count => 400, :site_count => 500 } },