mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
7ec831c956
We've noticed increased memory usage with the latest release. Drain the joinset of `page_service` connection handlers to avoid leaking them until shutdown. An alternative would be to use a TaskTracker. TaskTracker was not discussed in original PR #8339 review, so not hot fixing it in here either.