diff --git a/src/App.h b/src/App.h index 76e7923..725f7f5 100644 --- a/src/App.h +++ b/src/App.h @@ -233,7 +233,7 @@ public: bool resetIdleTimeoutOnSend = false; /* A good default, esp. for newcomers */ bool sendPingsAutomatically = true; - /* Maximum socket lifetime in seconds before forced closure (defaults to disabled) */ + /* Maximum socket lifetime in minutes before forced closure (defaults to disabled) */ unsigned short maxLifetime = 0; MoveOnlyFunction *, HttpRequest *, struct us_socket_context_t *)> upgrade = nullptr; MoveOnlyFunction *)> open = nullptr;