diff options
Diffstat (limited to 'whiteboard.conf')
-rw-r--r-- | whiteboard.conf | 8 |
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> |