Commit 9e76f9bb authored by Lorenz Meier's avatar Lorenz Meier

Fix comment about heartbeat interval timeout

parent 78c04357
......@@ -646,7 +646,7 @@ signals:
protected:
// TIMEOUT CONSTANTS
static const unsigned int timeoutIntervalHeartbeat = 3500 * 1000; ///< Heartbeat timeout is 2.5 seconds
static const unsigned int timeoutIntervalHeartbeat = 3500 * 1000; ///< Heartbeat timeout is 3.5 seconds
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment