We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f948ab commit 15ab548Copy full SHA for 15ab548
otaclient/app/configs.py
@@ -104,8 +104,8 @@ class BaseConfig:
104
DOWNLOAD_RETRY: int = 10
105
DOWNLOAD_BACKOFF_MAX: int = 3 # seconds
106
MAX_CONCURRENT_TASKS: int = 128
107
- MAX_DOWNLOAD_THREAD = 3
108
- DOWNLOADER_CONNPOOL_SIZE_PER_THREAD: int = 8
+ MAX_DOWNLOAD_THREAD = 7
+ DOWNLOADER_CONNPOOL_SIZE_PER_THREAD: int = 10
109
STATS_COLLECT_INTERVAL: int = 1 # second
110
## standby creation mode, default to rebuild now
111
STANDBY_CREATION_MODE = CreateStandbyMechanism.REBUILD
0 commit comments