From 1e96457b897a570cd61b1685221e80d3bd526274 Mon Sep 17 00:00:00 2001 From: Lautaro Mazzitelli Date: Fri, 5 Jul 2024 18:31:22 +0200 Subject: [PATCH] docs(sn_client): `CONNECTION_TIMEOUT` was showing a wrong value. --- sn_client/src/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sn_client/src/api.rs b/sn_client/src/api.rs index 0d78dea614..919949b125 100644 --- a/sn_client/src/api.rs +++ b/sn_client/src/api.rs @@ -67,7 +67,7 @@ impl Client { /// /// Optionally specify the duration for the connection timeout. /// - /// Defaults to 180 seconds. + /// Defaults to `CONNECTION_TIMEOUT`. /// /// # Arguments /// * 'signer' - [SecretKey]