Mention limitation of open connections in README.md

This commit is contained in:
Martchus 2021-07-12 15:26:04 +02:00
parent c05a581322
commit e3803b9852
1 changed files with 2 additions and 1 deletions

View File

@ -327,7 +327,8 @@ editing the presets JSON file (e.g. `/etc/buildservice-git/presets.json` in the
* [ ] Show statistics like CPU and RAM usage about ongoing build processes * [ ] Show statistics like CPU and RAM usage about ongoing build processes
* [ ] Stop a build process which doesn't produce output after a certain time * [ ] Stop a build process which doesn't produce output after a certain time
* [ ] Find out why the web service sometimes gets stuck * [ ] Find out why the web service sometimes gets stuck
* Weirdly, restarting the client (browser) helps in these cases * Restarting the client (browser) helps in most cases, it likely just hits
[a limitation to the maximum number of open connections](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#receiving_events_from_the_server)
* Add "stress" test for live-streaming * Add "stress" test for live-streaming
* Start process producing lots of output very fast * Start process producing lots of output very fast
* Let different clients connect and disconnect fast * Let different clients connect and disconnect fast