mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 09:55:55 +00:00
- Updated TODO
- Disabled limit of 60 connections per torrent (Download seems faster)
This commit is contained in:
parent
248f13099b
commit
e8e1c7f91f
5
TODO
5
TODO
@ -35,8 +35,7 @@
|
|||||||
- Add a torrent scheduler
|
- Add a torrent scheduler
|
||||||
|
|
||||||
// In v0.9.0
|
// In v0.9.0
|
||||||
- Some GUI redesign ?
|
- Wait for libtorrent v0.12 release
|
||||||
- base on libtorrent v0.12 (still not released)
|
- Add an option to disable Peer Exchange (PeX)
|
||||||
- Peer Exchange (PeX) support in libtorrent v0.12
|
|
||||||
- Check deletion from hard drive (bug reported)
|
- Check deletion from hard drive (bug reported)
|
||||||
- Should create options dialog only when needed to save up some memory
|
- Should create options dialog only when needed to save up some memory
|
@ -1261,7 +1261,7 @@ void GUI::addTorrent(const QString& path, bool fromScanDir, const QString& from_
|
|||||||
h = s->add_torrent(t, fs::path((const char*)savePath.toUtf8()), resume_data, true);
|
h = s->add_torrent(t, fs::path((const char*)savePath.toUtf8()), resume_data, true);
|
||||||
qDebug("Compact allocation mode");
|
qDebug("Compact allocation mode");
|
||||||
}
|
}
|
||||||
h.set_max_connections(60);
|
//h.set_max_connections(60);
|
||||||
h.set_max_uploads(-1);
|
h.set_max_uploads(-1);
|
||||||
// Load filtered files
|
// Load filtered files
|
||||||
loadFilteredFiles(h);
|
loadFilteredFiles(h);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user