Clarify that receive.maxObjectSizeLimit does not get inherited

Change-Id: If10ace95990a3ef032da4d700333dc76501ec9e6
This commit is contained in:
David Pursehouse
2018-08-01 15:32:29 +02:00
parent b8644dc4bc
commit c0c935d2b3

View File

@@ -141,7 +141,8 @@ objects which are too large to Gerrit. This setting can also be set in
receive.maxObjectSizeLimit]). receive.maxObjectSizeLimit]).
+ +
The project specific setting in `project.config` is only honored when it The project specific setting in `project.config` is only honored when it
further reduces the global limit. further reduces the global limit. The setting is not inherited from the
parent project; it must be explicitly set per project.
+ +
Default is zero. Default is zero.
+ +