diff options
Diffstat (limited to 'tvix/docs/src/castore/blobstore-protocol.md')
-rw-r--r-- | tvix/docs/src/castore/blobstore-protocol.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tvix/docs/src/castore/blobstore-protocol.md b/tvix/docs/src/castore/blobstore-protocol.md index 0dff787ccb00..215a8316803d 100644 --- a/tvix/docs/src/castore/blobstore-protocol.md +++ b/tvix/docs/src/castore/blobstore-protocol.md @@ -57,6 +57,8 @@ The flexibility of this doesn't need to be exposed to the user in the default case; in most cases we should be fine with some form of on-disk storage and a bunch of substituters with different priorities. +Check [Store Configuration](./store-configuration.md) for more details. + ### gRPC Clients Clients are encouraged to always read blobs in a chunked fashion (asking for a list of chunks for a blob via `BlobService.Stat()`, then fetching chunks via |