feat(ObjectStore): Add option to limit the total size#54797
Merged
provokateurin merged 1 commit intomasterfrom Sep 27, 2025
Merged
feat(ObjectStore): Add option to limit the total size#54797provokateurin merged 1 commit intomasterfrom
provokateurin merged 1 commit intomasterfrom
Conversation
provokateurin
commented
Sep 2, 2025
81a91a6 to
1df09c1
Compare
This comment was marked as resolved.
This comment was marked as resolved.
provokateurin
commented
Sep 8, 2025
Member
Author
|
Fixed the size propagation in #54950 |
come-nc
reviewed
Sep 9, 2025
Member
Author
|
Oh that's also a good idea, I didn't consider that 😅 |
Signed-off-by: provokateurin <kate@provokateurin.de>
1df09c1 to
98081df
Compare
Contributor
|
Possible performance regression detected Show Output |
Contributor
|
Possible performance regression detected Show Output |
come-nc
approved these changes
Sep 15, 2025
Contributor
come-nc
left a comment
There was a problem hiding this comment.
Clean.
Were you able to test it?
Member
Author
Yes, tested with some simple limits. |
Merged
6 tasks
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some object stores might bill you more once the size is over a certain limits, so admins might want to prevent that case.