Skip to content

Commit c5b2108

Browse files
committed
mpl: lower minimum connection ratio to allow more grouping
Signed-off-by: Arthur Koucher <[email protected]>
1 parent 9bf5e36 commit c5b2108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpl/src/clusterEngine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ class ClusteringEngine
312312
// them to be considered connected when creating data flow.
313313
const int max_num_of_hops_ = 5;
314314

315-
const float minimum_connection_ratio_{0.12};
315+
const float minimum_connection_ratio_{0.08};
316316

317317
int first_io_bundle_id_{-1};
318318
IOBundleSpans io_bundle_spans_;

0 commit comments

Comments
 (0)