On Tue, Sep 6, 2011 at 7:34 AM, Jim Jagielski <[email protected]> wrote: > From the code, MaxRanges 0 means unlimited… > > Is that what we want? I can envision some use-cases where > an admin may want to disable ranges totally and MaxRanges > is really the place to do that. > > How about a setting <0 means unlimited? (yes, this involves some > code and logic changes)...
No magic reasons for current state here, I'd suggest teaching it to take strings as well as numbers so users don't need to know 0/-1 significance e.g. MaxRanges none | 0 (none) | unlimited | n>=1
