Skip to content

fix(deployer): decrease chunk size#317

Merged
LeoMcA merged 2 commits intomainfrom
deployer-decrease-chunk
Apr 28, 2026
Merged

fix(deployer): decrease chunk size#317
LeoMcA merged 2 commits intomainfrom
deployer-decrease-chunk

Conversation

@LeoMcA
Copy link
Copy Markdown
Member

@LeoMcA LeoMcA commented Apr 28, 2026

#316

Trivial change while I dig deeper.

@LeoMcA LeoMcA requested a review from a team as a code owner April 28, 2026 10:02
@LeoMcA LeoMcA requested a review from caugner April 28, 2026 10:02
generator(),
chunk_size=250, # default: 500
chunk_size=125, # default: 500
max_chunk_bytes=52428800, # default: 104857600
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Shouldn't we also decrease max_chunk_bytes?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, indeed: it's the min of either

@LeoMcA LeoMcA merged commit 33ab09e into main Apr 28, 2026
7 checks passed
@LeoMcA LeoMcA deleted the deployer-decrease-chunk branch April 28, 2026 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants