Skip to content

Commit

Permalink
Try to raise it
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed Sep 3, 2024
1 parent e605b41 commit f2e5363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspector/inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def cleanup_task(vendor, server, data_dir, regions=[], zones=[], force=False):

@cli.command()
@click.pass_context
@click.option("--threads", type=int, default=32, show_default=True,
@click.option("--threads", type=int, default=64, show_default=True,
help="Number of threads to run Pulumi concurrently. Each thread consumes around 60 MiB of RAM.")
@click.option("--force/--no-force", type=bool, default=False, help="Do a cleanup even if there's no meta for the server")
@click.option("--all-regions/--no-all-regions", type=bool, default=False, help="Clean up in all regions, not just in those which list the server as available")
Expand Down

0 comments on commit f2e5363

Please sign in to comment.