Skip to content

Commit

Permalink
fix AdHocWithFilesCache docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Sep 17, 2024
1 parent 4232258 commit d914298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/borg/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,8 @@ class AdHocWithFilesCache(FilesCacheMixin, ChunksMixin):
An ad-hoc chunks and files cache.
Chunks: it does not maintain accurate reference count.
Chunks that were not added during the current AdHocCache lifetime won't have correct size set
(0 bytes) and will have an infinite reference count (MAX_VALUE).
Chunks that were not added during the current lifetime won't have correct size set (0 bytes)
and will have an infinite reference count (MAX_VALUE).
Files: if a previous_archive_id is given, ad-hoc build a in-memory files cache from that archive.
"""
Expand Down

0 comments on commit d914298

Please sign in to comment.