mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 11:45:44 +00:00
revert 1420 since it broke resuming torrents
This commit is contained in:
parent
ec579fe2d9
commit
9934635fed
@ -2527,6 +2527,10 @@ namespace libtorrent
|
||||
#endif
|
||||
|
||||
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
|
||||
m_event = tracker_request::started;
|
||||
|
Loading…
x
Reference in New Issue
Block a user