Skip to content

Commit

Permalink
chore: tune MAX_MEM_BLOCK_TXS
Browse files Browse the repository at this point in the history
  • Loading branch information
magicalne authored and jjyr committed May 30, 2022
1 parent 5ee735b commit c84180c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/mem-pool/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pub const MAX_MEM_BLOCK_DEPOSITS: usize = 50;
/// MAX withdrawals in the mem block
pub const MAX_MEM_BLOCK_WITHDRAWALS: usize = 50;
/// MAX withdrawals in the mem block
pub const MAX_MEM_BLOCK_TXS: usize = 1000;
pub const MAX_MEM_BLOCK_TXS: usize = 2000;
/// MIN CKB deposit capacity, calculated from custodian cell size
pub const MIN_CKB_DEPOSIT_CAPACITY: u64 = 298_00000000;
/// MIN Simple UDT deposit capacity, calculated from custodian cell size + simple UDT script
Expand Down

0 comments on commit c84180c

Please sign in to comment.