Merge branch '20318-disk-cache'
[arvados.git] / sdk / go / arvados / config.go
index 16d789daf5163f49bc6fe4770565fcde9325fd35..9b2cf155b0b9e1ec712b1132c9c25ba11df6b6af 100644 (file)
@@ -63,8 +63,8 @@ func (sc *Config) GetCluster(clusterID string) (*Cluster, error) {
 
 type WebDAVCacheConfig struct {
        TTL                Duration
-       MaxBlockEntries    int
-       MaxCollectionBytes int64
+       DiskCacheSize      ByteSizeOrPercent
+       MaxCollectionBytes ByteSize
        MaxSessions        int
 }