mirror of
https://github.com/transmission/transmission
synced 2025-03-19 18:25:38 +00:00
(trunk libT) increase request TTL to 120 seconds
This commit is contained in:
parent
83f97a35fe
commit
0193a577b9
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ enum
|
|||
MINIMUM_RECONNECT_INTERVAL_SECS = 5,
|
||||
|
||||
/** 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
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue