mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
increase tracker stop timeout
This commit is contained in:
parent
0f8199dbab
commit
f73e9be9c9
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ static PyObject *torrent_init(PyObject *self, PyObject *args)
|
|||
// Init values
|
||||
|
||||
M_settings->user_agent = std::string(user_agent);
|
||||
M_settings->stop_tracker_timeout = 3;
|
||||
M_settings->stop_tracker_timeout = 5;
|
||||
M_settings->lazy_bitfields = 1;
|
||||
#if defined(_WIN32)
|
||||
DWORD windows_version = ::GetVersion();
|
||||
|
|
Loading…
Add table
Reference in a new issue