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 fe01c4d commit 876d991Copy full SHA for 876d991
apex/config.py
@@ -17,7 +17,7 @@ class Config:
17
k8s_api_server: str = "https://127.0.0.1:2746"
18
mode: str = 'default'
19
debug_copy_method: str = "copy"
20
- debug_pool_workers: int = -1
+ debug_pool_workers: int = 1
21
debug_workdir: str = '.'
22
23
# dflow s3 config
0 commit comments