mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
increase tracker timeout
This commit is contained in:
parent
5b71f1f6d9
commit
2eb3868115
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ namespace libtorrent
|
|||
LIBTORRENT_VERSION)
|
||||
: user_agent(user_agent_)
|
||||
, tracker_completion_timeout(60)
|
||||
, tracker_receive_timeout(20)
|
||||
, tracker_receive_timeout(40)
|
||||
, stop_tracker_timeout(5)
|
||||
, tracker_maximum_response_length(1024*1024)
|
||||
, piece_timeout(10)
|
||||
|
|
Loading…
Add table
Reference in a new issue