userver: YDB_QUERIES_COMMAND_CONTROL
Loading...
Searching...
No Matches
YDB_QUERIES_COMMAND_CONTROL

YDB_QUERIES_COMMAND_CONTROL Dynamic Config

Default YDB client settings by query name.

Schema:

# yaml
default: {}
description: |
Default YDB client settings by query name.
schema:
type: object
additionalProperties:
$ref: "#/definitions/CommandControl"
definitions:
CommandControl:
type: object
additionalProperties: false
properties:
attempts:
type: integer
minimum: 1
client-timeout-ms:
type: integer
minimum: 1
x-usrv-cpp-type: std::chrono::milliseconds
get-session-timeout-ms:
type: integer
minimum: 1
x-usrv-cpp-type: std::chrono::milliseconds
use-query-cache:
type: boolean

For a full list of dynamic configs see Dynamic config schemas list