Skip to content

Commit ee8a718

Browse files
author
Jayant Krishnamurthy
committed
change ci threshold
1 parent 5baf3c3 commit ee8a718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/c/src/oracle/oracle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const uint64_t EXTRA_PUBLISHER_SPACE = 1000ULL;
3535
#define PC_EXP_DECAY -9
3636
// If ci > price / PC_MAX_CI_DIVISOR, set publisher status to unknown.
3737
// (e.g., 20 means ci must be < 5% of price)
38-
#define PC_MAX_CI_DIVISOR 20
38+
#define PC_MAX_CI_DIVISOR 3
3939

4040
#ifndef PC_HEAP_START
4141
#define PC_HEAP_START (0x300000000)

0 commit comments

Comments
 (0)