mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +00:00
Locally patched libtorrent to not reset per torrent preferences on each
resume(). See ticket #118 in libtorrent's trac.
This commit is contained in:
parent
c4d1415f40
commit
069ebf0228
1 changed files with 0 additions and 4 deletions
|
@ -2527,10 +2527,6 @@ namespace libtorrent
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
m_paused = false;
|
m_paused = false;
|
||||||
m_uploads_quota.min = 0;
|
|
||||||
m_connections_quota.min = 2;
|
|
||||||
m_uploads_quota.max = std::numeric_limits<int>::max();
|
|
||||||
m_connections_quota.max = std::numeric_limits<int>::max();
|
|
||||||
|
|
||||||
// tell the tracker that we're back
|
// tell the tracker that we're back
|
||||||
m_event = tracker_request::started;
|
m_event = tracker_request::started;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue