20610: Removes the need to directly edit the arvados.sls pillar.
[arvados.git] / services / keep-web / cache.go
index c44a2eb73985ba5fd0494e99d27b6792c402838d..c77a1b4bb6dca0390b79793225f713459db76ce3 100644 (file)
@@ -141,6 +141,7 @@ func (c *cache) GetSession(token string) (arvados.CustomFileSystem, *cachedSessi
                        return nil, nil, nil, err
                }
                sess.client.AuthToken = token
+               sess.client.Timeout = time.Minute
                // A non-empty origin header tells controller to
                // prioritize our traffic as interactive, which is
                // true most of the time.