Skip to content

Commit

Permalink
add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Jul 25, 2024
1 parent 1e2a596 commit 3fdccf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resource/ckb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ enable_deprecated_rpc = false # {{
# integration => enable_deprecated_rpc = true
# }}

# By default, there is not limitation on the size of batch request size
# a huge batch request may cost a lot of memory or makes the RPC server slow,
# to avoid this, you may want to add a limit for the batch request size.
# rpc_batch_limit = 2000

[tx_pool]
max_tx_pool_size = 180_000_000 # 180mb
min_fee_rate = 1_000 # Here fee_rate are calculated directly using size in units of shannons/KB
Expand Down

0 comments on commit 3fdccf9

Please sign in to comment.