mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 08:14:16 +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)
|
||||
|
||||
### 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
|
||||
- not stopping the upgrade process when one of several applications have been selected to upgrade
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ class CoreConfigManager(YAMLConfigManager):
|
||||
|
||||
},
|
||||
'download': {
|
||||
'multithreaded': True,
|
||||
'multithreaded': False,
|
||||
'multithreaded_client': None,
|
||||
'icons': True
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user