Skip to content

Commit 6d042bd

Browse files
nit: underscore
1 parent b65bf15 commit 6d042bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configs/default.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ token_contract_address = "0x2000000000000000000000000000000000000001"
2020
recipient_distribution_factor = 20 # 1/20 of accounts receive transfers.
2121
max_transfer_amount = 10
2222

23-
batch_size = 1000 # Number of transactions to generate before pushing to queue.
23+
batch_size = 1_000 # Number of transactions to generate before pushing to queue.
2424

2525
[rate_limiting]
2626
initial_ratelimit = 100 # txs/s

0 commit comments

Comments
 (0)