cache_archive_content_max_disc_size_mb renamed.
| | |
| | | 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(); |
| | | } |