Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ydb/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down
Loading