mirror of
				https://github.com/restic/restic.git
				synced 2025-11-04 03:16:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Enhancement: Speed up querying across indices and scanning existing files
 | 
						|
 | 
						|
This change increases the whenever a blob (part of a file) is searched for in a
 | 
						|
restic repository.  This will reduce cpu usage some when backing up files already
 | 
						|
backed up by restic.  Cpu usage is further decreased when scanning files.
 | 
						|
 | 
						|
https://github.com/restic/restic/pull/1549
 |