From e5dd56a402a15a43066709fed7a3b5dc8c8bd571 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Wed, 20 Apr 2022 10:42:54 -0400 Subject: [PATCH] 18894: Mention API.MaxRequestSize Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- doc/architecture/manifest-format.html.textile.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =
-- 
2.30.2