Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configuration of ETag length in fileserver #371

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NovaNekmit
Copy link

@NovaNekmit NovaNekmit commented Dec 3, 2024

The length of the the ETag option can now be configured between 0 (completely disabled, for very constrained applications) and 32 bytes (Length of sha256), based on the desired overhead-to-accuracy tradeoff.

For very constrained applications, it can be disabled completely by setting it to 0 (saving 9 bytes).

I also considered adding an argument to disable the Block2 option as well if the file fits into a single message, but that would save just two bytes.

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.

1 participant