From d40a9d78cb1cbb76c4f423b31b50f6c53408aec3 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Wed, 17 Jan 2024 17:49:29 +0700 Subject: [PATCH] docs(apis/websocket): minor improvements --- apis/websocket/docs/1_configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apis/websocket/docs/1_configuration.md b/apis/websocket/docs/1_configuration.md index 77e8b11..95e9f74 100644 --- a/apis/websocket/docs/1_configuration.md +++ b/apis/websocket/docs/1_configuration.md @@ -22,11 +22,12 @@ The address and port for the server to listen on. Amount of concurrent queues that can be run at a time. +> [!WARNING] > Setting this too high may cause performance issues. ### `config.clientHeartbeatInterval` -Heartbeat interval for clients. See [**💓 Heartbeating**](./packets.md#💓-heartbeating). +Heartbeat interval for clients. See [**💓 Heartbeating**](./3_packets.md#💓-heartbeating). ### `config.consoleLogLevel`