diff options
-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 |