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 5baf3c3 commit ee8a718Copy full SHA for ee8a718
program/c/src/oracle/oracle.h
@@ -35,7 +35,7 @@ const uint64_t EXTRA_PUBLISHER_SPACE = 1000ULL;
35
#define PC_EXP_DECAY -9
36
// If ci > price / PC_MAX_CI_DIVISOR, set publisher status to unknown.
37
// (e.g., 20 means ci must be < 5% of price)
38
-#define PC_MAX_CI_DIVISOR 20
+#define PC_MAX_CI_DIVISOR 3
39
40
#ifndef PC_HEAP_START
41
#define PC_HEAP_START (0x300000000)
0 commit comments