mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Fixed compilation with libtorrent 0.15.x
This commit is contained in:
parent
b32a68318c
commit
9ff7eab83b
1 changed files with 1 additions and 1 deletions
|
@ -477,9 +477,9 @@ void QBtSession::configureSession() {
|
|||
sessionSettings.mixed_mode_algorithm = session_settings::prefer_tcp;
|
||||
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
|
||||
#endif
|
||||
qDebug() << "Settings SessionSettings";
|
||||
setSessionSettings(sessionSettings);
|
||||
// Bittorrent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue