We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf5e36 commit c5b2108Copy full SHA for c5b2108
1 file changed
src/mpl/src/clusterEngine.h
@@ -312,7 +312,7 @@ class ClusteringEngine
312
// them to be considered connected when creating data flow.
313
const int max_num_of_hops_ = 5;
314
315
- const float minimum_connection_ratio_{0.12};
+ const float minimum_connection_ratio_{0.08};
316
317
int first_io_bundle_id_{-1};
318
IOBundleSpans io_bundle_spans_;
0 commit comments