From 23c72bec4a96621ec934320ff0e4cfc3ac5d2822 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 25 Jul 2025 09:06:26 +0100 Subject: [PATCH] Enable enhanced statistics for production cgimap --- cookbooks/web/recipes/cgimap.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/web/recipes/cgimap.rb b/cookbooks/web/recipes/cgimap.rb index a75172b18..8f59dd4a3 100644 --- a/cookbooks/web/recipes/cgimap.rb +++ b/cookbooks/web/recipes/cgimap.rb @@ -53,7 +53,8 @@ cgimap_options = { "CGIMAP_MAX_WAY_NODES" => node[:web][:max_number_of_way_nodes], "CGIMAP_MAX_RELATION_MEMBERS" => node[:web][:max_number_of_relation_members], "CGIMAP_RATELIMIT_UPLOAD" => "true", - "CGIMAP_BBOX_SIZE_LIMIT_UPLOAD" => "true" + "CGIMAP_BBOX_SIZE_LIMIT_UPLOAD" => "true", + "CGIMAP_CHANGESET_ENHANCED_STATS" => "true" } if %w[database_readonly api_readonly].include?(node[:web][:status]) -- 2.39.5