DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
709 stars 248 forks source link

Allow an `output_display_limit` of `-1`. #2379

Closed meisterT closed 4 months ago

meisterT commented 4 months ago

This means unlimited and is already supported by code and mentioned in the docs, but was disallowed by the regular expression.

While doing so, also move it from 'Judging' to 'Display' options.

eldering commented 4 months ago

I think one reason to have this under judging, was that you'd also see the storage limit, because it might be confusing if the display limit doesn't have effect beyond the storage limit.