We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0764d commit 98f3b9eCopy full SHA for 98f3b9e
src/routing.rs
@@ -4,7 +4,7 @@ use super::client::*;
4
5
const SIZE_OUTER: i32 = 128;
6
const SIZE_INNER: i32 = 16;
7
-const MAX_V: i32 = 16;
+const MAX_V: i32 = 12;
8
const STEP_LIMIT: i32 = 5;
9
10
fn clip_int(x: i32, limit: i32) -> i32 {
0 commit comments