13647: Rename MaxKeepBlockBuffers -> MaxKeepBlobBuffers
[arvados.git] / sdk / go / arvados / config.go
index 6f78073ac8df415287b5efbf80cec6d4c356e0a0..4a7221f053e6069135c26c70421abeead711d7f6 100644 (file)
@@ -82,7 +82,7 @@ type Cluster struct {
                MaxIndexDatabaseRead           int
                MaxItemsPerResponse            int
                MaxConcurrentRequests          int
-               MaxKeepBlockBuffers            int
+               MaxKeepBlobBuffers             int
                MaxRequestAmplification        int
                MaxRequestSize                 int
                RailsSessionSecretToken        string
@@ -127,8 +127,10 @@ type Cluster struct {
                Repositories string
        }
        Login struct {
-               ProviderAppSecret string
-               ProviderAppID     string
+               ProviderAppSecret  string
+               ProviderAppID      string
+               LoginCluster       string
+               RemoteTokenRefresh Duration
        }
        Mail struct {
                MailchimpAPIKey                string