diff --git a/lokimq/lokimq.h b/lokimq/lokimq.h index 656a1a5..061364b 100644 --- a/lokimq/lokimq.h +++ b/lokimq/lokimq.h @@ -232,7 +232,7 @@ public: * Only new connections created after changing this are affected, so if changing it is * recommended to set it before calling `start()`. */ - std::chrono::milliseconds CONN_HEARTBEAT = 3s; + std::chrono::milliseconds CONN_HEARTBEAT = 15s; /** When CONN_HEARTBEAT is enabled, this sets how long we wait for a reply on a socket before * considering the socket to have died and closing it.