Skip to content

Commit 0c9d98b

Browse files
Add dbms.cluster.network.client_inactivity_timeout, update the default value
1 parent eaaca46 commit 0c9d98b

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ m|+++1024+++
326326
|===
327327

328328

329-
[role=label--enterprise-edition]
329+
[role=label--enterprise-edition label--deprecated-5.26]
330330
[[config_dbms.cluster.catchup.client_inactivity_timeout]]
331331
=== `dbms.cluster.catchup.client_inactivity_timeout`
332332

@@ -341,6 +341,20 @@ a|A duration (Valid units are: `ns`, `μs`, `ms`, `s`, `m`, `h` and `d`; default
341341
m|+++10m+++
342342
|===
343343

344+
[role=label--enterprise-edition label--new-5.26]
345+
[[config_dbms.cluster.network.client_inactivity_timeout]]
346+
=== `dbms.cluster.network.client_inactivity_timeout`
347+
348+
.dbms.cluster.network.client_inactivity_timeout
349+
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
350+
|===
351+
|Description
352+
a|A network request times out if the given duration elapses with no network activity. Every message received by the client from the server extends the timeout duration.
353+
|Valid values
354+
a|A duration (Valid units are: `ns`, `μs`, `ms`, `s`, `m`, `h` and `d`; default unit is `s`).
355+
|Default value
356+
m|+++10m+++
357+
|===
344358

345359
[role=label--enterprise-edition label--deprecated-5.23]
346360
[[config_dbms.cluster.discovery.endpoints]]
@@ -5272,7 +5286,7 @@ Note: this is different from 'db.transaction.timeout' which will timeout the und
52725286
|Valid values
52735287
a|A duration (Valid units are: `ns`, `μs`, `ms`, `s`, `m`, `h` and `d`; default unit is `s`).
52745288
|Default value
5275-
m|+++60s+++
5289+
m|+++1m+++
52765290
|===
52775291

52785292

0 commit comments

Comments
 (0)