20318: Add config entry for keep-web cache size.
[arvados.git] / sdk / go / arvados / config.go
index 6301ed047a1dbfca82b3c717926a2f05415aa291..acc091a90fdf8d458ac1ae6d181ef3c52d582139 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
 }