Hi all,
In Gerrit 3.13 the repository setting General -> Repository Options -> Maximum Git object size limit no longer accepts values with a unit suffix such as 10m , 500k or 1g . Only plain byte numbers can be typed into the field.
In 3.12 the same field accepted 10m and similar values without any problem.
The backend still accepts these values — setting receive.maxObjectSizeLimit = 10m via the REST API or by pushing to refs/meta/config works fine. It is only the web UI field that rejects them.
Tested on 3.13.8.
Br,
Yingchun.