mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-21 02:57:46 -05:00
6eb9e6c17d
doltremoteapi can return an opaque token which makes it cheaper to access the repository than just using the RepoId. This updates protos and remotestorage implementation to cache that token and use it for future accesses of the same repository.