Skip to content

Commit

Permalink
[client] add comment for the batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jan 17, 2025
1 parent 4f50a7b commit d2eb7a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/bot-community.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
@click.option('-f', '--faucet_url', default='http://localhost:5000/api',
help='url for the faucet (only needed for test/benchmark cmd)')
@click.option('-w', '--wrap-call', default="none", help='wrap the call, values: none|sudo|collective')
# interestingly, the error can be misleading, it can be: 1. TX would exhaust block limits, 2. invalid collective propose weight
@click.option('-b', '--batch-size', default=100, help='batch size of the addLocation call (parachain is limited to 7 (maybe a bit more))')
@click.option('-n', '--number-of-locations', default=100, help='number of locations to generate for the bot-community')
@click.pass_context
Expand Down

0 comments on commit d2eb7a5

Please sign in to comment.