Skip to content

Commit

Permalink
1.6gb?
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Aug 6, 2023
1 parent 0816719 commit 099a48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypi_data/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def group_by_size(github: Github, target_size: int) -> Iterable[list[tuple[int,
@app.command()
def group_index_urls(github_token: GithubToken,
output_path: Annotated[Path, typer.Argument(dir_okay=True, file_okay=False)],
target_size: int = 2.2 * GB):
target_size: int = 1.6 * GB):
g = github_client(github_token)
outputs = []
group_dir = output_path / "groups"
Expand Down

0 comments on commit 099a48f

Please sign in to comment.