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

Fix comment about heartbeat interval timeout

parent 78c04357
...@@ -646,7 +646,7 @@ signals: ...@@ -646,7 +646,7 @@ signals:
protected: protected:
// TIMEOUT CONSTANTS // 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
}; };
......
Supports Markdown
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