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 6c714ca commit ba5e1a5Copy full SHA for ba5e1a5
pc/manager.cpp
@@ -9,7 +9,7 @@ using namespace pc;
9
#define PC_RPC_HTTP_PORT 8899
10
#define PC_RECONNECT_TIMEOUT (120L*1000000000L)
11
#define PC_BLOCKHASH_TIMEOUT 3
12
-#define PC_PUB_INTERVAL (227L*PC_NSECS_IN_MSEC)
+#define PC_PUB_INTERVAL (400L*PC_NSECS_IN_MSEC)
13
#define PC_RPC_HOST "localhost"
14
#define PC_MAX_BATCH 8
15
// Flush partial batches if not completed within 400 ms.
0 commit comments