Skip to content

Commit d98b911

Browse files
author
Jayant Krishnamurthy
committed
Set CI threshold to 3
1 parent b283bbc commit d98b911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/rust/src/c_oracle_header.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub const PERMISSIONS_SEED: &str = "permissions";
2020

2121
/// If ci > price / PC_MAX_CI_DIVISOR, set publisher status to unknown.
2222
/// (e.g., 20 means ci must be < 5% of price)
23-
pub const MAX_CI_DIVISOR: i64 = 20;
23+
pub const MAX_CI_DIVISOR: i64 = 3;
2424
/// Bound on the range of the exponent in price accounts. This number is set such that the
2525
/// PD-based EMA computation does not lose too much precision.
2626
pub const MAX_NUM_DECIMALS: i32 = 8;

0 commit comments

Comments
 (0)