mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Change seeding algorithm. Increase connections per second.
This commit is contained in:
parent
a77be2f6ce
commit
38d78b7606
1 changed files with 2 additions and 0 deletions
|
@ -483,6 +483,8 @@ void QBtSession::configureSession() {
|
||||||
else
|
else
|
||||||
sessionSettings.mixed_mode_algorithm = session_settings::peer_proportional;
|
sessionSettings.mixed_mode_algorithm = session_settings::peer_proportional;
|
||||||
#endif
|
#endif
|
||||||
|
sessionSettings.seed_choking_algorithm = session_settings::fastest_upload;
|
||||||
|
sessionSettings.connection_speed = 20; //default is 10
|
||||||
qDebug() << "Settings SessionSettings";
|
qDebug() << "Settings SessionSettings";
|
||||||
setSessionSettings(sessionSettings);
|
setSessionSettings(sessionSettings);
|
||||||
// Bittorrent
|
// Bittorrent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue