Merge branch '17521-dot-slash-glob' refs #17521
[arvados.git] / sdk / go / arvados / config.go
index 4ccb1ef5da9bb1fbec003f0215511e0268e86d58..c0170d1d7f53e61460e2e32155a250fe9ed62cc6 100644 (file)
@@ -65,6 +65,7 @@ type WebDAVCacheConfig struct {
        MaxCollectionBytes   int64
        MaxPermissionEntries int
        MaxUUIDEntries       int
+       MaxSessions          int
 }
 
 type Cluster struct {
@@ -265,8 +266,6 @@ type Cluster struct {
                SSHHelpHostSuffix      string
                IdleTimeout            Duration
        }
-
-       ForceLegacyAPI14 bool
 }
 
 type Volume struct {