Skip to content

Commit

Permalink
docs typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianluca-Casagrande-Stiga committed Jan 12, 2024
1 parent a0519e7 commit 6495d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Aedes.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
- `heartbeatInterval` `<number>` an interval in millisconds at which server beats its health signal in `$SYS/<aedes.id>/heartbeat` topic. __Default__: `60000`
- `id` `<string>` aedes broker unique identifier. __Default__: `uuidv4()`
- `connectTimeout` `<number>` maximum waiting time in milliseconds waiting for a [`CONNECT`][CONNECT] packet. __Default__: `30000`
- `keepaliveLimit` `<number>` maximum client keep alive time allowed, 0 means no limit. __Default__: `30000`
- `keepaliveLimit` `<number>` maximum client keep alive time allowed, 0 means no limit. __Default__: `0`
- Returns `<Aedes>`

Create a new Aedes server.
Expand Down

0 comments on commit 6495d65

Please sign in to comment.