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

object: Limit header length #290

Merged
merged 1 commit into from
Feb 27, 2024
Merged

object: Limit header length #290

merged 1 commit into from
Feb 27, 2024

Conversation

cthulhu-rider
Copy link
Contributor

No description provided.

Previously, NeoFS used 4MB as object header's length limit. The value
originally resulted from the default max gRPC message length.

Now header length can be up to 16KB only. To ensure the safety of data
uploaded before the restriction was introduced, this limit does not
apply to intra-container replication.

Closes #262.

Signed-off-by: Leonard Lyubich <[email protected]>
@cthulhu-rider cthulhu-rider force-pushed the 262-object-limit-header branch from 377788c to 86de4dd Compare February 26, 2024 05:37
@roman-khimov roman-khimov merged commit b14f000 into master Feb 27, 2024
3 checks passed
@roman-khimov roman-khimov deleted the 262-object-limit-header branch February 27, 2024 06:24
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