Skip to content
Snippets Groups Projects
Commit 4f1a035a authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon: Committed by Dmitry Rodionov
Browse files

fix: provide a connect_timeout for the ConnectionPool

parent 29446ced
Branches
Tags
1 merge request!1350fix: plugin metrics sdk used to do some undefined behavior
Pipeline #53733 failed
......@@ -199,6 +199,7 @@ impl PoolWorker {
PICO_SERVICE_USER_NAME.into(),
pico_service_password().into(),
));
config.connect_timeout = Some(call_timeout);
let client = ReconnClient::with_config(address.clone(), port, config);
let mut client_ver: usize = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment