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:
parent
459a564ff1
commit
4c5d9fa356
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue