mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 03:58:19 +00:00
225add041f
Calculation of logical size is now async because of layer downloads, so we shouldn't use spawn_blocking for it. Use of `spawn_blocking` exhausted resources which are needed by `tokio::io::copy` when copying from a stream to a file which lead to deadlock. Fixes: #3657