Skip to content

Commit 386f4c2

Browse files
author
Stephan Dilly
committed
reduce some debug delay
1 parent 090cfbb commit 386f4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncgit/src/remote_progress.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ impl RemoteProgress {
8383
.expect("error sending push");
8484

8585
//NOTE: for better debugging
86-
thread::sleep(Duration::from_millis(300));
86+
thread::sleep(Duration::from_millis(100));
8787

8888
if let ProgressNotification::Done = update {
8989
break;

0 commit comments

Comments
 (0)