Skip to content

Commit

Permalink
use breatheblockinterval flag (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: NathanBSC <[email protected]>
  • Loading branch information
buddh0 and NathanBSC authored May 15, 2024
1 parent 545ca88 commit ad37269
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ HARD_FORK_DELAY=40
FullImmutabilityThreshold=512
MinBlocksForBlobRequests=576
DefaultExtraReserveForBlobRequests=32
BreatheBlockInterval=600
3 changes: 2 additions & 1 deletion start_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ function native_start() {
--metrics --metrics.addr localhost --metrics.port ${MetricsPort} --metrics.expensive \
--gcmode ${gcmode} --syncmode full --mine --vote --monitor.maliciousvote \
--rialtohash ${rialtoHash} --override.cancun ${CancunHardforkTime} \
--override.immutabilitythreshold ${FullImmutabilityThreshold} --override.minforblobrequest ${MinBlocksForBlobRequests} --override.defaultextrareserve ${DefaultExtraReserveForBlobRequests} \
--override.immutabilitythreshold ${FullImmutabilityThreshold} --override.breatheblockinterval ${BreatheBlockInterval} \
--override.minforblobrequest ${MinBlocksForBlobRequests} --override.defaultextrareserve ${DefaultExtraReserveForBlobRequests} \
> ${workspace}/.local/bsc/node${i}/bsc-node.log 2>&1 &
done
}
Expand Down

0 comments on commit ad37269

Please sign in to comment.