Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 74b6e70

Browse files
author
Hendrik van Antwerpen
committed
Bump max similar path count (again)
1 parent f6e7cef commit 74b6e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack-graphs/src/cycles.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ impl HasPathKey for PartialPath {
8484
}
8585
}
8686

87-
const MAX_SIMILAR_PATH_COUNT: usize = 7;
87+
const MAX_SIMILAR_PATH_COUNT: usize = 12;
8888

8989
impl<P> CycleDetector<P>
9090
where

0 commit comments

Comments
 (0)