Skip to content

Commit

Permalink
revert changes to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Jun 24, 2024
1 parent 93f54ec commit 111d5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/otaclient/app/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class BaseConfig(_InternalSettings):
# --- create standby setting --- #
# now only REBUILD mode is available
STANDBY_CREATION_MODE = CreateStandbyMechanism.REBUILD
MAX_CONCURRENT_PROCESS_FILE_TASKS = 256
MAX_CONCURRENT_PROCESS_FILE_TASKS = 512
MAX_PROCESS_FILE_THREAD = 6
CREATE_STANDBY_RETRY_MAX = 1024
CREATE_STANDBY_BACKOFF_FACTOR = 1
Expand Down

0 comments on commit 111d5bc

Please sign in to comment.