From c8bb452b054f1911d02bebd5a23837d8f86e1067 Mon Sep 17 00:00:00 2001 From: Josef Brandl Date: Mon, 2 Apr 2018 20:42:22 +0200 Subject: [PATCH] Annotate keepAlive interval unit (seconds) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b294c9f..4d90635 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Set more advanced options: void setOptions(int keepAlive, bool cleanSession, int timeout); ``` -- The `keepAlive` option controls the keep alive interval (default: 10). +- The `keepAlive` option controls the keep alive interval in seconds (default: 10). - The `cleanSession` option controls the session retention on the broker side (default: true). - The `timeout` option controls the default timeout for all commands in milliseconds (default: 1000).