Skip to content

Commit

Permalink
Revert accidental change in preview commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sitalkedia authored and rustielin committed Mar 2, 2023
1 parent 75ae87a commit 6b092f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/src/config/consensus_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ impl Default for ConsensusConfig {
// over 1gbps link
max_sending_block_bytes: 600 * 1024, // 600 KB
max_sending_block_bytes_quorum_store_override: 10 * 1024 * 1024, // 10MB
max_receiving_block_txns: 1.5 * MAX_SENDING_BLOCK_TXNS_QUORUM_STORE_OVERRIDE,
max_receiving_block_txns: 10000,
max_receiving_block_txns_quorum_store_override: 2
* MAX_SENDING_BLOCK_TXNS_QUORUM_STORE_OVERRIDE,
max_receiving_block_bytes: 3 * 1024 * 1024, // 3MB
Expand Down

0 comments on commit 6b092f5

Please sign in to comment.