17530: Added check if API host is missing
[arvados.git] / sdk / go / arvados / config.go
index 074914744f9885e65099fd60934e7a46fef5bbcf..c0170d1d7f53e61460e2e32155a250fe9ed62cc6 100644 (file)
@@ -87,6 +87,7 @@ type Cluster struct {
                MaxKeepBlobBuffers             int
                MaxRequestAmplification        int
                MaxRequestSize                 int
+               MaxTokenLifetime               Duration
                RequestTimeout                 Duration
                SendTimeout                    Duration
                WebsocketClientEventQueue      int
@@ -265,8 +266,6 @@ type Cluster struct {
                SSHHelpHostSuffix      string
                IdleTimeout            Duration
        }
-
-       ForceLegacyAPI14 bool
 }
 
 type Volume struct {