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 63b9500 commit 5c71ff9Copy full SHA for 5c71ff9
confidence-resolver/src/lib.rs
@@ -22,7 +22,7 @@ const BUCKETS: u64 = 1_000_000;
22
const TARGETING_KEY: &str = "targeting_key";
23
const NULL: Value = Value { kind: None };
24
25
-const MAX_NO_OF_FLAGS_TO_BATCH_RESOLVE: usize = 200;
+const MAX_NO_OF_FLAGS_TO_BATCH_RESOLVE: usize = 205;
26
27
use err::Fallible;
28
0 commit comments