Skip to content

Commit

Permalink
bigger_default_up_size
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm0000 committed Sep 4, 2024
1 parent 1ce4796 commit e37c2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dean_utils"
version="0.0.33"
version="0.0.34"
authors=[
{ name="Dean MacGregor", email="[email protected]"}
]
Expand Down
2 changes: 1 addition & 1 deletion src/dean_utils/utils/az_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ async def stream_up(
self,
local_path: str | Path,
remote_path: str,
size: int = 4096,
size: int = 16384,
/,
recurs=False,
) -> None:
Expand Down

0 comments on commit e37c2a5

Please sign in to comment.