Skip to content

Conversation

@HeroponRikiBestest
Copy link
Contributor

The buffer size is fully arbitrary, and I had only chosen what it currently is just based on a whim. According to deterous, this buffer size has worked best for him and others in various environments, and overall I trust it much more than my previous tiny buffer size.

return false;

const int chunkSize = 64 * 1024;
const int chunkSize = 2048 * 1024; //Arbitrary buffer size
Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove the comment

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Alright. I wanted to leave it there so I remember that there isn't a need for this specific size, but fair enough.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

@mnadareski mnadareski merged commit 2f093a8 into SabreTools:main Oct 26, 2025
1 check passed
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.

2 participants