default cfg disable edge rescaling

This commit is contained in:
Florian Förster 2025-06-20 09:21:02 +02:00
parent 63eb274975
commit b85f42288f
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ threshold_amount_characters = 5
threshold_similarity = 0.92 threshold_similarity = 0.92
[graph_postprocessing] [graph_postprocessing]
enable_edge_rescaling = true enable_edge_rescaling = false
max_edge_number = -1 max_edge_number = -1
[time_analysis.uniqueness] [time_analysis.uniqueness]

View File

@ -35,7 +35,7 @@ threshold_amount_characters = 5
threshold_similarity = 0.92 threshold_similarity = 0.92
[graph_postprocessing] [graph_postprocessing]
enable_edge_rescaling = true enable_edge_rescaling = false
max_edge_number = -1 max_edge_number = -1
[time_analysis.uniqueness] [time_analysis.uniqueness]