summaryrefslogtreecommitdiffhomepage
path: root/whiteboard.conf
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-02-10 19:34:47 +0100
committerRoland Reichwein <mail@reichwein.it>2023-02-10 19:34:47 +0100
commit00f02b19ad8ce2f8f0195d3610e06566bf68cd0c (patch)
treebf35dbcd980505ba9bc3404edb0921966b51cecf /whiteboard.conf
parentcba42916126a1baed33a6f122a5301982993d344 (diff)
Added connection limit
Diffstat (limited to 'whiteboard.conf')
-rw-r--r--whiteboard.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/whiteboard.conf b/whiteboard.conf
index 055e7ba..4622db9 100644
--- a/whiteboard.conf
+++ b/whiteboard.conf
@@ -23,4 +23,12 @@
Example: 4
-->
<threads>4</threads>
+
+ <!--
+ Maximum number of total concurrent websocket connections. Above this limit,
+ new connections will be rejected until old ones are closed.
+ Example: 500
+ Default: 1000
+ -->
+ <maxconnections>500</maxconnections>
</config>