We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c08994 commit b2dd1e8Copy full SHA for b2dd1e8
ydb/library/yql/providers/generic/connector/tests/fq-connector-go/fq-connector-go.yaml
@@ -25,14 +25,14 @@ conversion:
25
use_unsafe_converters: true
26
27
data_source_default: &data_source_default_var
28
- open_connection_timeout: 20s
29
- ping_connection_timeout: 20s
+ open_connection_timeout: 5s
+ ping_connection_timeout: 5s
30
exponential_backoff:
31
initial_interval: 100ms
32
randomization_factor: 0.5
33
multiplier: 1.5
34
- max_interval: 20s
35
- max_elapsed_time: 3m
+ max_interval: 10s
+ max_elapsed_time: 10m
36
37
datasources:
38
clickhouse:
0 commit comments