X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/09d4326a8a853f9a5f05acb434d92c06156ec107..6a22686571417278c242a3fa1a7f1018594f8fc4:/doc/architecture/manifest-format.html.textile.liquid diff --git a/doc/architecture/manifest-format.html.textile.liquid b/doc/architecture/manifest-format.html.textile.liquid index 9efbef788f..e1057a42ea 100644 --- a/doc/architecture/manifest-format.html.textile.liquid +++ b/doc/architecture/manifest-format.html.textile.liquid @@ -72,7 +72,7 @@ manifest_size = + sum(size of all file names) -Here is the size when including signatures. The signatures authorize access to fetch the block from a Keep server, as described below. The signed manifest is what is actually transferred to/from the API server and stored in RAM by @arv-mount@. +Here is the size when including block signatures. The block signatures authorize access to fetch each block from a Keep server, as described below. The signed manifest text is what is actually transferred to/from the API server and stored in RAM by @arv-mount@. The effective upper limit on how large a collection manifest can be is determined by @API.MaxRequestSize@ in @config.yml@ as well as the maximum request size configuration in your reverse proxy or load balancer (e.g. @client_max_body_size@ in Nginx).
 manifest_size =