Skip to content

Commit c8bb452

Browse files
Annotate keepAlive interval unit (seconds)
1 parent abe0711 commit c8bb452

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)