16745: Keep a SiteFileSystem alive for multiple read requests.
[arvados.git] / services / keep-web / main.go
index 647eab1653294311644bdce91faa367bd0ec1832..a62e0abb667ca5211994211e9f401c271e2e5b5b 100644 (file)
@@ -38,6 +38,7 @@ func newConfig(arvCfg *arvados.Config) *Config {
        }
        cfg.cluster = cls
        cfg.Cache.config = &cfg.cluster.Collections.WebDAVCache
+       cfg.Cache.cluster = cls
        return &cfg
 }