diff options
author | Florian Klink <flokli@flokli.de> | 2024-02-01T11·30+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-02-02T08·56+0000 |
commit | 4c5d9fa356bcb6dcd746129dde934412b44fdd35 (patch) | |
tree | 3310de4f5fff8a29ef965044a703d92646bba1b2 /tvix/castore/docs | |
parent | 459a564ff1ea9d004b06d8000bc8b3b532ce347b (diff) |
feat(tvix/castore/docs/verified-streaming): clarify reply r/7466
"given chunksize" is misleading here. It's up to the backend to decide if it does chunking at all, and how it chunks. Change-Id: I4f130ca9ac34db79f18ef1d6475295806ac7f9a4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10728 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Connor Brewster <cbrewster@hey.com> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/castore/docs')
-rw-r--r-- | tvix/castore/docs/verified-streaming.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/castore/docs/verified-streaming.md b/tvix/castore/docs/verified-streaming.md index 24197d90a013..fc766fff5d5a 100644 --- a/tvix/castore/docs/verified-streaming.md +++ b/tvix/castore/docs/verified-streaming.md @@ -73,7 +73,7 @@ having the covering range of aligned 1K blocks. ## Actual implementation -> BlobService.Read() gets the capability to read chunks as well - -> BlobService.Stat() can hand out a list of chunks with a given chunksize if asked so. + -> BlobService.Stat() can reply with a list of chunks. rq params: send_bao bool server should be able to offer bao all the way down to 1k some open questions w.r.t sending the whole bao until there, or just |