X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d87717b4ec885059183ef6d7fa6780c343338455..fcad01c98cfc6bab6af9c6d461692c28bfba6de8:/services/api/config/application.default.yml diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index 1e8d79fcd6..5547704fc3 100644 --- a/services/api/config/application.default.yml +++ b/services/api/config/application.default.yml @@ -249,3 +249,9 @@ common: # Default replication level for collections. This is used when a # collection's replication_desired attribute is nil. default_collection_replication: 2 + + # 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