- Updated TODO

- Disabled limit of 60 connections per torrent (Download seems faster)
This commit is contained in:
Christophe Dumez 2006-12-28 00:06:59 +00:00
parent 248f13099b
commit e8e1c7f91f
2 changed files with 3 additions and 4 deletions

View file

@ -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);
qDebug("Compact allocation mode");
}
h.set_max_connections(60);
//h.set_max_connections(60);
h.set_max_uploads(-1);
// Load filtered files
loadFilteredFiles(h);