mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
20.39.2018 e28e91e4a32110390be7e4b43c755dc8ba44d384
borgbutler-core/src/main/java/de/micromata/borgbutler/cache/ButlerCache.java
@@ -304,7 +304,7 @@
        Configuration configuration = ConfigurationHandler.getConfiguration();
        this.jcsCache = JCSCache.getInstance();
        this.repoCacheAccess = jcsCache.getJCSCache("repositories");
        this.archiveFilelistCache = new ArchiveFilelistCache(getCacheDir(), configuration.getCacheArchiveContentMaxDiscSizeMB());
        this.archiveFilelistCache = new ArchiveFilelistCache(getCacheDir(), configuration.getMaxArchiveContentCacheCapacityMb());
        // Assign the repo ids to the repo config objects:
        getAllRepositories();
    }