mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-09 21:51:41 +08:00
!fixup Implement more fine grained concurrency checks
This commit is contained in:
parent
ceed283969
commit
cc962957ea
1 changed files with 2 additions and 1 deletions
|
|
@ -782,7 +782,8 @@ def _main_gui(viewer_mode: bool):
|
|||
def get_config(
|
||||
config_file: str = None, window: sg.Window = None, repo_name: str = None
|
||||
) -> Tuple:
|
||||
global __concurrency
|
||||
global __full_concurrency
|
||||
global __repo_aware_concurrency
|
||||
full_config, config_file = get_config_file(config_file=config_file)
|
||||
if full_config and config_file:
|
||||
__full_concurrency = full_config.g("global_options.full_concurrency")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue