mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-06 15:04:34 +08:00
Change seeding algorithm. Increase connections per second.
This commit is contained in:
parent
a77be2f6ce
commit
38d78b7606
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user