(trunk libT) increase request TTL to 120 seconds

This commit is contained in:
Charles Kerr 2010-03-22 02:27:57 +00:00
parent 83f97a35fe
commit 0193a577b9
1 changed files with 1 additions and 1 deletions

View File

@ -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
};