Skip to content

Commit 876d991

Browse files
committed
chore: revise default debug_pool_workers from -1 to 1
1 parent fe01c4d commit 876d991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apex/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Config:
1717
k8s_api_server: str = "https://127.0.0.1:2746"
1818
mode: str = 'default'
1919
debug_copy_method: str = "copy"
20-
debug_pool_workers: int = -1
20+
debug_pool_workers: int = 1
2121
debug_workdir: str = '.'
2222

2323
# dflow s3 config

0 commit comments

Comments
 (0)