Skip to content

Commit f0152ca

Browse files
docs: remove deleted options
The heartbeat mechanism is no longer used, as the adapter uses the NUMSUB command to get the number of peers. [skip ci]
1 parent fa2a7f8 commit f0152ca

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ io.listen(3000);
140140
| `readCount` | The number of elements to fetch per XREAD call. | `100` |
141141
| `blockTimeInMs` | The number of ms before the XREAD call times out. | `5_000` |
142142
| `sessionKeyPrefix` | The prefix of the key used to store the Socket.IO session, when the connection state recovery feature is enabled. | `sio:session:` |
143-
| `heartbeatInterval` | The number of ms between two heartbeats. | `5_000` |
144-
| `heartbeatTimeout` | The number of ms without heartbeat before we consider a node down. | `10_000` |
145143
| `onlyPlaintext` | Whether the transmitted data contains only JSON-serializable objects without binary data (Buffer, ArrayBuffer, etc.). | `false` |
146144

147145
## How it works

0 commit comments

Comments
 (0)