From f09155c18ad90ac5b106d3c6f7993bcb7f892192 Mon Sep 17 00:00:00 2001 From: Khabib Shakhbanov <136262760+Khabib73@users.noreply.github.com> Date: Wed, 2 Sep 2026 12:27:46 +0300 Subject: [PATCH] fix grpc_lb_policy_name --- ydb/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/driver.py b/ydb/driver.py index 12b8519b..98864980 100644 --- a/ydb/driver.py +++ b/ydb/driver.py @@ -160,7 +160,7 @@ def __init__( :param grpc_keep_alive_timeout: GRpc KeepAlive timeout, ms :param ydb.Tracer tracer: ydb.Tracer instance to trace requests in driver.\ If tracing aio ScopeManager must be ContextVarsScopeManager - :param grpc_lb_policy_name: A load balancing policy to be used for discovery channel construction. Default value is `round_round` + :param grpc_lb_policy_name: A load balancing policy to be used for discovery channel construction. Default value is `round_robin` :param discovery_request_timeout: A default timeout to complete the discovery. The default value is 10 seconds. :param disable_discovery: If True, endpoint discovery is disabled and only the start endpoint is used for all requests. :param detect_local_dc: If True, detect nearest datacenter using TCP latency measurement instead of using\