mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
go/util/sremotesrv: grpc.go: Echo the client's NbsVersion in GetRepoMetadata.
This commit is contained in:
@@ -301,7 +301,7 @@ func (rs *RemoteChunkStore) GetRepoMetadata(ctx context.Context, req *remotesapi
|
||||
|
||||
return &remotesapi.GetRepoMetadataResponse{
|
||||
NbfVersion: cs.Version(),
|
||||
NbsVersion: nbs.StorageVersion,
|
||||
NbsVersion: req.ClientRepoFormat.NbsVersion,
|
||||
StorageSize: size,
|
||||
}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user