From b565856ae9c74ec922409e820d5b491baa32f4e8 Mon Sep 17 00:00:00 2001 From: eddieoz Date: Fri, 28 Nov 2025 21:43:57 +0200 Subject: [PATCH] chore: Update default analysis_mode to router_clusters in sample config. --- sample-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-config.yaml b/sample-config.yaml index a0973c0..462ab32 100644 --- a/sample-config.yaml +++ b/sample-config.yaml @@ -12,7 +12,7 @@ log_level: info # Auto-Discovery Settings (Used if priority_nodes is empty) # Analysis Mode: 'distance' (default) or 'router_clusters' -analysis_mode: distance +analysis_mode: router_clusters # Radius for router cluster analysis (nodes close to routers in meters). # Only used if analysis_mode is 'router_clusters'