We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c58829 commit 6c9e821Copy full SHA for 6c9e821
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.10};
+ const float minimum_connection_ratio_{0.12};
316
317
int first_io_bundle_id_{-1};
318
IOBundleSpans io_bundle_spans_;
0 commit comments