mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-02 05:20:30 -05:00
chunks cache: invalidate old chunk index cache
guess we better invalidate the old repo-side cache of the chunk index and rebuild it with the current borg and borghash code.
This commit is contained in:
parent
622b42aefa
commit
34d3ed402b
1 changed files with 1 additions and 1 deletions
|
|
@ -701,7 +701,7 @@ def delete_chunkindex_cache(repository):
|
|||
logger.debug(f"cached chunk indexes deleted: {hashes}")
|
||||
|
||||
|
||||
CHUNKINDEX_HASH_SEED = 2
|
||||
CHUNKINDEX_HASH_SEED = 3
|
||||
|
||||
|
||||
def write_chunkindex_to_repo_cache(
|
||||
|
|
|
|||
Loading…
Reference in a new issue