mirror of
https://github.com/neondatabase/neon.git
synced 2026-09-13 08:42:34 +00:00
Currently using 8kB buffers, raise that to 32kB to hopefully 1/4 of `spawn_blocking` usage. Also a drive-by fixing of last `tokio::io::copy` to `tokio::io::copy_buf`.