[ARVADOS] updated: 2.1.0-2363-gfddf29b24

Git user git at public.arvados.org
Wed Apr 20 14:43:41 UTC 2022


Summary of changes:
 .../manifest-format.html.textile.liquid            | 24 +++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

       via  fddf29b24934aacaa2acf0e3c903fba3d9de52de (commit)
       via  e5dd56a402a15a43066709fed7a3b5dc8c8bd571 (commit)
       via  09d4326a8a853f9a5f05acb434d92c06156ec107 (commit)
      from  a1e644bd3b63d97fab7ed1a1d66e00e6dea5fa1e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit fddf29b24934aacaa2acf0e3c903fba3d9de52de
Merge: a1e644bd3 e5dd56a40
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Apr 20 10:43:27 2022 -0400

    Merge branch '18894-manifest-size-doc' refs #18894
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>


commit e5dd56a402a15a43066709fed7a3b5dc8c8bd571
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Apr 20 10:42:54 2022 -0400

    18894: Mention API.MaxRequestSize
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/doc/architecture/manifest-format.html.textile.liquid b/doc/architecture/manifest-format.html.textile.liquid
index 9efbef788..e1057a42e 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)
 </pre>
 
-Here is the size when including signatures.  The signatures authorize access to fetch the block from a Keep server, as <a href="#token_signatures">described below</a>.  The signed manifest is what is actually transferred to/from the API server and stored in RAM by @arv-mount at .
+Here is the size when including block signatures.  The block signatures authorize access to fetch each block from a Keep server, as <a href="#token_signatures">described below</a>.  The signed manifest text is what is actually transferred to/from the API server and stored in RAM by @arv-mount at .  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).
 
 <pre>
 manifest_size =

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list