You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`streamName`| The name of the Redis stream. |`socket.io`|
62
+
|`maxLen`| The maximum size of the stream. Almost exact trimming (~) is used. |`10_000`|
63
+
|`readCount`| The number of elements to fetch per XREAD call. |`100`|
64
+
|`sessionKeyPrefix`| The prefix of the key used to store the Socket.IO session, when the connection state recovery feature is enabled. |`sio:session:`|
65
+
|`heartbeatInterval`| The number of ms between two heartbeats. |`5_000`|
66
+
|`heartbeatTimeout`| The number of ms without heartbeat before we consider a node down. |`10_000`|
0 commit comments