fix: Remove delay
This commit is contained in:
parent
2d62688db2
commit
e2587692a8
|
@ -101,7 +101,5 @@ pub async fn stream_file(mut dest: body::Sender, mut file: tokio::fs::File) {
|
|||
warn!("Connection dropped by peer");
|
||||
break;
|
||||
}
|
||||
|
||||
tokio::time::sleep(Duration::from_millis(100)).await;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue