Merge branch '4956-limit-request-size' refs #4956
[arvados.git] / services / api / config / application.default.yml
index 952ed2e852f626e1afc30e180d5645c87511e884..5547704fc388fd46719095e5b67f5bf339835ff0 100644 (file)
@@ -250,6 +250,8 @@ common:
   # collection's replication_desired attribute is nil.
   default_collection_replication: 2
 
-  # Maximum size (in bytes) allowed for a single API request.  Is included in
-  # the discovery document for use by clients.
+  # Maximum size (in bytes) allowed for a single API request that will be
+  # published in the discovery document for use by clients.
+  # Note you must separately configure the upstream web server or proxy to
+  # actually enforce the desired maximum request size on the server side.
   max_request_size: 134217728