mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
BUGFIX: Fixed download/upload speed decrease problems
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
- BUGFIX: Improved torrent ratio calculation
|
- BUGFIX: Improved torrent ratio calculation
|
||||||
- BUGFIX: Fixed possible crash when parsing filter file
|
- BUGFIX: Fixed possible crash when parsing filter file
|
||||||
- BUGFIX: Made some code optimization
|
- BUGFIX: Made some code optimization
|
||||||
|
- BUGFIX: Fixed download/upload speed decrease problems
|
||||||
- I18N: Updated Bulgarian and Greek translations
|
- I18N: Updated Bulgarian and Greek translations
|
||||||
|
|
||||||
* Fri Jan 9 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.3.0
|
* Fri Jan 9 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.3.0
|
||||||
|
|||||||
@@ -1006,6 +1006,8 @@ void GUI::configureSession(bool deleteOptions) {
|
|||||||
}
|
}
|
||||||
sessionSettings.upnp_ignore_nonrouters = true;
|
sessionSettings.upnp_ignore_nonrouters = true;
|
||||||
sessionSettings.use_dht_as_fallback = false;
|
sessionSettings.use_dht_as_fallback = false;
|
||||||
|
// To keep same behavior as in qbittorrent v1.2.0
|
||||||
|
sessionSettings.rate_limit_ip_overhead = false;
|
||||||
// Queueing System
|
// Queueing System
|
||||||
if(options->isQueueingSystemEnabled()) {
|
if(options->isQueueingSystemEnabled()) {
|
||||||
if(!BTSession->isQueueingEnabled()) {
|
if(!BTSession->isQueueingEnabled()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user