Merge "Bring "egregious range request" comment in line with reality"

This commit is contained in:
Jenkins 2016-09-19 18:20:46 +00:00 committed by Gerrit Code Review
commit 96164086f7

View File

@ -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: