diff --git a/transfer_queue/storage/clients/yuanrong_client.py b/transfer_queue/storage/clients/yuanrong_client.py index 3512805f..6dc5c92a 100644 --- a/transfer_queue/storage/clients/yuanrong_client.py +++ b/transfer_queue/storage/clients/yuanrong_client.py @@ -197,7 +197,7 @@ class GeneralKVClientAdapter(StorageStrategy): PUT_KEYS_LIMIT: int = 10_000 GET_CLEAR_KEYS_LIMIT: int = 10_000 - DS_MAX_WORKERS: int = 16 + DS_MAX_WORKERS: int = 1 def __init__(self, config: dict): port = config.get("worker_port")