Show More
@@ -431,9 +431,6 b' class RepoFilesView(RepoAppView):' | |||||
431 |
|
431 | |||
432 | # generate new archive, as previous was not found in the cache |
|
432 | # generate new archive, as previous was not found in the cache | |
433 | if not reader: |
|
433 | if not reader: | |
434 | # first remove expired items, before generating a new one :) |
|
|||
435 | # we di this manually because automatic eviction is disabled |
|
|||
436 | d_cache.cull(retry=True) |
|
|||
437 |
|
434 | |||
438 | try: |
|
435 | try: | |
439 | commit.archive_repo(archive_name_key, archive_dir_name=archive_dir_name, |
|
436 | commit.archive_repo(archive_name_key, archive_dir_name=archive_dir_name, |
General Comments 0
You need to be logged in to leave comments.
Login now