fix: Remove delay

This commit is contained in:
kale 2024-06-03 19:59:25 +02:00
parent 2d62688db2
commit e2587692a8
Signed by: kalmenn
GPG key ID: F500055C44BC3834

View file

@ -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;
}
}