This commit is contained in:
parent
8802994d96
commit
b055c5559c
@ -202,7 +202,7 @@ pub fn backup_source_to_destination<PT: ProgressTracker>(
|
|||||||
parent,
|
parent,
|
||||||
num_workers,
|
num_workers,
|
||||||
progress_bar,
|
progress_bar,
|
||||||
false,
|
true,
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
info!("Stored!");
|
info!("Stored!");
|
||||||
|
|||||||
@ -248,7 +248,7 @@ pub fn backup_remote_source_to_destination<PT: ProgressTracker + Send + 'static>
|
|||||||
raw_pile,
|
raw_pile,
|
||||||
parent,
|
parent,
|
||||||
progress_bar,
|
progress_bar,
|
||||||
false,
|
true,
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
quit(&mut read, &mut write)?;
|
quit(&mut read, &mut write)?;
|
||||||
|
|||||||
@ -71,7 +71,7 @@ pub fn chunking<R: Read + Send + 'static, W: Write + Send + 'static>(
|
|||||||
parent,
|
parent,
|
||||||
get_number_of_workers("YAMA_CHUNKERS"),
|
get_number_of_workers("YAMA_CHUNKERS"),
|
||||||
progress_bar,
|
progress_bar,
|
||||||
false,
|
true,
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
for join_handle in requester_join_handles {
|
for join_handle in requester_join_handles {
|
||||||
@ -169,7 +169,7 @@ pub fn chunking_stdio() -> anyhow::Result<()> {
|
|||||||
parent,
|
parent,
|
||||||
get_number_of_workers("YAMA_CHUNKERS"),
|
get_number_of_workers("YAMA_CHUNKERS"),
|
||||||
&mut progress_bar,
|
&mut progress_bar,
|
||||||
false,
|
true,
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
requester_join_handles
|
requester_join_handles
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user