diff --git a/src/main.rs b/src/main.rs index 3b6e37e..a06066c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -156,10 +156,10 @@ async fn convert_file( ) ]); - tokio::spawn(async { - sleep(Duration::from_secs(5 * 60)).await; - remove_temp_files().await - }); + // tokio::spawn(async { + // sleep(Duration::from_secs(5 * 60)).await; + // remove_temp_files().await + // }); (headers, body).into_response() }