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

Add warning/max object limits #680

Merged
merged 1 commit into from
Oct 17, 2013
Merged

Commits on Oct 2, 2013

  1. Add max/warn object size & sibling thresholds

    Reading or writing objects whose binary representation is bigger than
    warn_object_size will generate a warning in the logs identifying the
    bucket/key and size for the object.
    
    Putting an object whose binary size is greater than max_object_size will
    fail.
    
    We will now warn if writing more than warn_siblings and fail to put if
    more than max_siblings.
    engelsanchez committed Oct 2, 2013
    Configuration menu
    Copy the full SHA
    6981450 View commit details
    Browse the repository at this point in the history