Commit e6bf7fab authored by Lorenz Meier's avatar Lorenz Meier

Increased link timeout

parent 70b9b16a
......@@ -546,7 +546,7 @@ signals:
protected:
// TIMEOUT CONSTANTS
static const unsigned int timeoutIntervalHeartbeat = 1500 * 1000; ///< Heartbeat timeout is 1.5 seconds
static const unsigned int timeoutIntervalHeartbeat = 3500 * 1000; ///< Heartbeat timeout is 2.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