Skip to content

Commit 5c71ff9

Browse files
feat: (tmp) introduce change
1 parent 63b9500 commit 5c71ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

confidence-resolver/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const BUCKETS: u64 = 1_000_000;
2222
const TARGETING_KEY: &str = "targeting_key";
2323
const NULL: Value = Value { kind: None };
2424

25-
const MAX_NO_OF_FLAGS_TO_BATCH_RESOLVE: usize = 200;
25+
const MAX_NO_OF_FLAGS_TO_BATCH_RESOLVE: usize = 205;
2626

2727
use err::Fallible;
2828

0 commit comments

Comments
 (0)