1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

Change seeding algorithm. Increase connections per second.

This commit is contained in:
sledgehammer999 2013-06-27 15:25:23 +03:00
parent a77be2f6ce
commit 38d78b7606

View File

@ -483,6 +483,8 @@ void QBtSession::configureSession() {
else
sessionSettings.mixed_mode_algorithm = session_settings::peer_proportional;
#endif
sessionSettings.seed_choking_algorithm = session_settings::fastest_upload;
sessionSettings.connection_speed = 20; //default is 10
qDebug() << "Settings SessionSettings";
setSessionSettings(sessionSettings);
// Bittorrent