curator/repomgrcli.py [465:482]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
)
@click.option(
    '--max_snapshots',
    default=2147483647,
    type=int,
    help=(
        'Maximum number of snapshots the repository can contain. '
        'Defaults to Integer.MAX_VALUE, which is 2147483647.'
    ),
)
@click.option(
    '--max_restore_rate',
    type=str,
    default='20mb',
    show_default=True,
    help='Throttles per node restore rate (per second).',
)
@click.option(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



curator/repomgrcli.py [546:563]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
)
@click.option(
    '--max_snapshots',
    default=2147483647,
    type=int,
    help=(
        'Maximum number of snapshots the repository can contain. '
        'Defaults to Integer.MAX_VALUE, which is 2147483647.'
    ),
)
@click.option(
    '--max_restore_rate',
    type=str,
    default='20mb',
    show_default=True,
    help='Throttles per node restore rate (per second).',
)
@click.option(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



