mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
205eb29e60
Fixes https://github.com/coder/coder/issues/19372 We increase the read limit to 4MiB (we use this limit elsewhere). We also make sure to stop sending messages when `containersCh` becomes closed.