From 8c4704d5b378691fb499fbb904f710eb8f0f49f5 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Sat, 12 Aug 2023 01:39:41 +0200 Subject: [PATCH] Fix --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 9975698..3b6e37e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -157,7 +157,7 @@ async fn convert_file( ]); tokio::spawn(async { - sleep(Duration::from_secs(60 * 60)).await; + sleep(Duration::from_secs(5 * 60)).await; remove_temp_files().await });