Skip to content

Commit 6b8027d

Browse files
authored
Merge pull request #104 from MajorBreakfast/patch-1
Annotate keepAlive interval unit (seconds)
2 parents abe0711 + c8bb452 commit 6b8027d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Set more advanced options:
144144
void setOptions(int keepAlive, bool cleanSession, int timeout);
145145
```
146146

147-
- The `keepAlive` option controls the keep alive interval (default: 10).
147+
- The `keepAlive` option controls the keep alive interval in seconds (default: 10).
148148
- The `cleanSession` option controls the session retention on the broker side (default: true).
149149
- The `timeout` option controls the default timeout for all commands in milliseconds (default: 1000).
150150

0 commit comments

Comments
 (0)