mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 09:44:15 +02:00
[core] improvement: multi-threaded download not enabled by default since it fails for some scenarios
This commit is contained in:
@@ -25,6 +25,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- crashing when QT components sizes are not integers [#198](https://github.com/vinifmor/bauh/issues/198)
|
- crashing when QT components sizes are not integers [#198](https://github.com/vinifmor/bauh/issues/198)
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
- General
|
||||||
|
- multi-threaded download not enabled by default since it fails for some scenarios (still can be enabled through the settings panel/file)
|
||||||
|
|
||||||
- AppImage
|
- AppImage
|
||||||
- not stopping the upgrade process when one of several applications have been selected to upgrade
|
- not stopping the upgrade process when one of several applications have been selected to upgrade
|
||||||
|
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ class CoreConfigManager(YAMLConfigManager):
|
|||||||
|
|
||||||
},
|
},
|
||||||
'download': {
|
'download': {
|
||||||
'multithreaded': True,
|
'multithreaded': False,
|
||||||
'multithreaded_client': None,
|
'multithreaded_client': None,
|
||||||
'icons': True
|
'icons': True
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user