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.
2 parents d3d598a + fb15b78 commit 2be3fd5Copy full SHA for 2be3fd5
src/main/java/org/tron/core/config/Parameter.java
@@ -13,7 +13,7 @@ interface ChainConstant {
13
int PRIVATE_KEY_LENGTH = 64;
14
int MAX_ACTIVE_WITNESS_NUM = 15;
15
int TRXS_SIZE = 2_000_000; // < 2MiB
16
- int BLOCK_PRODUCED_INTERVAL = 5000; //ms,produce block period, must be divisible by 60. millisecond
+ int BLOCK_PRODUCED_INTERVAL = 1000; //ms,produce block period, must be divisible by 60. millisecond
17
long CLOCK_MAX_DELAY = 3600 * 1000; //ms
18
long BATCH_FETCH_RESPONSE_SIZE = 1000; //for each inventory message from peer, the max count of fetch inv message
19
}
0 commit comments