feat(faucet): limit number of transfers per batch (#2434)
This PR introduces a configurable batch_size parameter to limit the number of transfers per batch. The batch_size can be set via command-line arguments. Changes made: - Added a new `batch_size` parameter to `AppArgs` to allow configuration through command-line. - If no value is provided for `batch_size`, it defaults to 6000.
P
PablitoAmaral committed
a0e847cfb4d4af5d488c782b7bb107a61d2b27dd
Committed by GitHub <noreply@github.com>
on 7/15/2024, 3:35:51 PM