We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65bf15 commit 6d042bdCopy full SHA for 6d042bd
1 file changed
configs/default.toml
@@ -20,7 +20,7 @@ token_contract_address = "0x2000000000000000000000000000000000000001"
20
recipient_distribution_factor = 20 # 1/20 of accounts receive transfers.
21
max_transfer_amount = 10
22
23
-batch_size = 1000 # Number of transactions to generate before pushing to queue.
+batch_size = 1_000 # Number of transactions to generate before pushing to queue.
24
25
[rate_limiting]
26
initial_ratelimit = 100 # txs/s
0 commit comments