We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090cfbb commit 386f4c2Copy full SHA for 386f4c2
asyncgit/src/remote_progress.rs
@@ -83,7 +83,7 @@ impl RemoteProgress {
83
.expect("error sending push");
84
85
//NOTE: for better debugging
86
- thread::sleep(Duration::from_millis(300));
+ thread::sleep(Duration::from_millis(100));
87
88
if let ProgressNotification::Done = update {
89
break;
0 commit comments