mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
[core] improvement: multi-threaded download not enabled by default since it fails for some scenarios
This commit is contained in:
@@ -48,7 +48,7 @@ class CoreConfigManager(YAMLConfigManager):
|
||||
|
||||
},
|
||||
'download': {
|
||||
'multithreaded': True,
|
||||
'multithreaded': False,
|
||||
'multithreaded_client': None,
|
||||
'icons': True
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user