This commit is contained in:
2023-08-12 01:39:41 +02:00
parent 6bb758da0f
commit 8c4704d5b3

View File

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