diff --git a/swift/common/swob.py b/swift/common/swob.py index 900767dbbe..d0c9338271 100644 --- a/swift/common/swob.py +++ b/swift/common/swob.py @@ -586,7 +586,7 @@ class Range(object): # # We're defining "egregious" here as: # - # * more than 100 requested ranges OR + # * more than 50 requested ranges OR # * more than 2 overlapping ranges OR # * more than 8 non-ascending-order ranges if len(all_ranges) > MAX_RANGES: