We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420306f commit fe83f6dCopy full SHA for fe83f6d
1 file changed
docs/api/API_REFERENCE.md
@@ -315,8 +315,8 @@ class Heart extends EventEmitter {
315
**Options**:
316
```typescript
317
interface HeartOptions {
318
- persistence?: boolean - Whether to persist messages (optional).
319
- maxQueueSize?: number - The maximum capacity of the message queue (optional).
+ persistence?: boolean - Whether to persist messages. Defaults to `false`.
+ maxQueueSize?: number - The maximum capacity of the message queue. Defaults to `Infinity` (unbounded).
320
}
321
```
322
0 commit comments