Skip to content

Commit

Permalink
increase default LowFeeTxnSizePerBlock to 8192
Browse files Browse the repository at this point in the history
Signed-off-by: Yilun <[email protected]>
  • Loading branch information
yilunzhang committed May 24, 2024
1 parent 3dfea7c commit 3956f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ var (
MaxGetIDSeeds: 3,
DBFilesCacheCapacity: 100,
NumLowFeeTxnPerBlock: 0,
LowFeeTxnSizePerBlock: 2048,
LowFeeTxnSizePerBlock: 8192,
LowTxnFee: 10000000,
LowTxnFeePerSize: 50000,
AllowEmptyBeneficiaryAddress: false,
Expand Down

0 comments on commit 3956f06

Please sign in to comment.