src/client/backup_writer.rs: reduce verbosity
This commit is contained in:
		@ -394,10 +394,11 @@ impl BackupWriter {
 | 
			
		||||
 | 
			
		||||
        while let Some(chunk) = stream.try_next().await? {
 | 
			
		||||
            let _ = flow_control.release_capacity(chunk.len());
 | 
			
		||||
            println!("GOT DOWNLOAD {}", digest_to_hex(&chunk));
 | 
			
		||||
            known_chunks.lock().unwrap().insert(chunk);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        println!("known chunks list length: {}", known_chunks.lock().unwrap().len());
 | 
			
		||||
 | 
			
		||||
        Ok(())
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user