feat(tvix/castore/docs/verified-streaming): clarify reply

"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
This commit is contained in:
Florian Klink 2024-02-01 13:30:10 +02:00 committed by clbot
parent 459a564ff1
commit 4c5d9fa356

View file

@ -73,7 +73,7 @@ having the covering range of aligned 1K blocks.
## Actual implementation ## Actual implementation
-> BlobService.Read() gets the capability to read chunks as well -> 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 rq params: send_bao bool
server should be able to offer bao all the way down to 1k 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 some open questions w.r.t sending the whole bao until there, or just