(trunk libT) increase request TTL to 120 seconds
This commit is contained in:
parent
83f97a35fe
commit
0193a577b9
|
@ -83,7 +83,7 @@ enum
|
||||||
MINIMUM_RECONNECT_INTERVAL_SECS = 5,
|
MINIMUM_RECONNECT_INTERVAL_SECS = 5,
|
||||||
|
|
||||||
/** how long we'll let requests we've made linger before we cancel them */
|
/** how long we'll let requests we've made linger before we cancel them */
|
||||||
REQUEST_TTL_SECS = 60,
|
REQUEST_TTL_SECS = 120,
|
||||||
|
|
||||||
CANCEL_HISTORY_SEC = 120
|
CANCEL_HISTORY_SEC = 120
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue