Skip to content

Commit 6c9e821

Browse files
committed
mpl: increase minimum connection ratio
Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
1 parent 3c58829 commit 6c9e821

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.10};
315+
const float minimum_connection_ratio_{0.12};
316316

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

0 commit comments

Comments
 (0)