Skip to content

Commit ba5e1a5

Browse files
committed
Increase PC_PUB_INTERVAL to match slot time
1 parent 6c714ca commit ba5e1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pc/manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using namespace pc;
99
#define PC_RPC_HTTP_PORT 8899
1010
#define PC_RECONNECT_TIMEOUT (120L*1000000000L)
1111
#define PC_BLOCKHASH_TIMEOUT 3
12-
#define PC_PUB_INTERVAL (227L*PC_NSECS_IN_MSEC)
12+
#define PC_PUB_INTERVAL (400L*PC_NSECS_IN_MSEC)
1313
#define PC_RPC_HOST "localhost"
1414
#define PC_MAX_BATCH 8
1515
// Flush partial batches if not completed within 400 ms.

0 commit comments

Comments
 (0)