diff --git a/static/reference/next/client/client-configuration-client.md b/static/reference/next/client/client-configuration-client.md index 681d1501aea2..ad61a56a4555 100644 --- a/static/reference/next/client/client-configuration-client.md +++ b/static/reference/next/client/client-configuration-client.md @@ -56,7 +56,7 @@ Release the connection if it is not used for more than [connectionMaxIdleSeconds **Type**: `int` -**Default**: `180` +**Default**: `25` ### connectionTimeoutMs Duration of waiting for a connection to a broker to be established.If the duration passes without a response from a broker, the connection attempt is dropped. diff --git a/static/reference/next/config/reference-configuration-client.md b/static/reference/next/config/reference-configuration-client.md index 681d1501aea2..ad61a56a4555 100644 --- a/static/reference/next/config/reference-configuration-client.md +++ b/static/reference/next/config/reference-configuration-client.md @@ -56,7 +56,7 @@ Release the connection if it is not used for more than [connectionMaxIdleSeconds **Type**: `int` -**Default**: `180` +**Default**: `25` ### connectionTimeoutMs Duration of waiting for a connection to a broker to be established.If the duration passes without a response from a broker, the connection attempt is dropped.