diff --git a/src/handlers/proxy.rs b/src/handlers/proxy.rs index 50aa182..512091a 100644 --- a/src/handlers/proxy.rs +++ b/src/handlers/proxy.rs @@ -154,7 +154,7 @@ async fn thumbdata_save( } }; - actix::spawn(async move { + //actix::spawn(async move { match generate_thumbnails(&img).await { Ok(thumbnails_bytes) => { for (thumb_width, thumbnail) in thumbnails_bytes { @@ -179,6 +179,6 @@ async fn thumbdata_save( warn!("cannot generate thumbnails for {}: {}", filename, e); } } - }); + //}); } } \ No newline at end of file