lighthouse/lighthouse
Michael Sproul 7251a93c5e Don't kill SSE stream if channel fills up (#4500)
## Issue Addressed

Closes #4245

## Proposed Changes

- If an SSE channel fills up, send a comment instead of terminating the stream.
- Add a CLI flag for scaling up the SSE buffer: `--http-sse-capacity-multiplier N`.

## Additional Info

~~Blocked on #4462. I haven't rebased on that PR yet for initial testing, because it still needs some more work to handle long-running HTTP threads.~~

- [x] Add CLI flag tests.
2023-08-17 02:37:29 +00:00
..
environment remove optional_eth2_network_config (#4611) 2023-08-14 00:29:46 +00:00
src use account_manager::CMD instead of magic string (#4612) 2023-08-14 00:29:47 +00:00
tests Don't kill SSE stream if channel fills up (#4500) 2023-08-17 02:37:29 +00:00
build.rs Enable build profiles for Docker source builds (#4237) 2023-05-03 04:12:11 +00:00
Cargo.toml Use BeaconProcessor for API requests (#4462) 2023-08-08 23:30:15 +00:00