Parcourir la source

Merge pull request #8794 from ThomasWaldmann/change-chunkindex-hash-seed

chunks cache: invalidate old chunk index cache
TW il y a 1 mois
Parent
commit
19c1a29181
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/borg/cache.py

+ 1 - 1
src/borg/cache.py

@@ -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(