From e3803b9852143a06a87712f27e8aafa8a90e93d9 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 12 Jul 2021 15:26:04 +0200 Subject: [PATCH] Mention limitation of open connections in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1593351..e5267dc 100644 --- a/README.md +++ b/README.md @@ -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 * [ ] Stop a build process which doesn't produce output after a certain time * [ ] 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 * Start process producing lots of output very fast * Let different clients connect and disconnect fast