Skip to content

Commit d987590

Browse files
committed
RDoc-2354 some fixes
1 parent a1aaa7e commit d987590

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/studio/database/settings/client-configuration-per-database.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import Panel from '@site/src/components/Panel';
2525
and applies to any client that connects to the specific database.
2626

2727
* These settings override the client's own configuration,
28-
which was initially set in your application code when initializing the _DocumentStore_.
28+
which can be set in your application code when initializing the _DocumentStore_.
2929
This enables administrators to dynamically control client behavior, even after the client has started running.
3030
For example, adjusting load balancing behavior on the fly in response to changing system demands.
3131

@@ -64,7 +64,7 @@ import Panel from '@site/src/components/Panel';
6464
Read requests - the node the client will target will be based on the "Read balance behavior" configuration.
6565
Write requests - will be sent to the [preferred node](../../../client-api/configuration/load-balance/overview.mdx#the-preferred-node).
6666
* [Use session context](../../../client-api/configuration/load-balance/load-balance-behavior.mdx#usesessioncontext):
67-
Select this option to allow sessions to control load balancing using a "context string".
67+
Select this option to allow client sessions to control load balancing using a "context string".
6868
With this option selected, the session determines the target node for all ***Read*** & ***Write*** requests by **hashing**:
6969
* the session's "context string" (set in the client session),
7070
* and an optional seed value (set here or in the client session).
@@ -74,7 +74,7 @@ import Panel from '@site/src/components/Panel';
7474
![Using session context](./assets/client-configuration-2.png)
7575

7676
6. **Read balance behavior**
77-
Set the "Read_ balance method" the client will use when accessing a node with ***Read*** requests.
77+
Set the "Read balance method" the client will use when accessing a node with ***Read*** requests.
7878
The selected method also affects how the client chooses a failover node for ***Read*** requests.
7979
For a detailed explanation see: [Read balance behavior](../../../client-api/configuration/load-balance/read-balance-behavior.mdx).
8080

docs/studio/server/client-configuration.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import Panel from '@site/src/components/Panel';
2525
and applies to any client that connects to any database in the cluster.
2626

2727
* These settings override the client's own configuration,
28-
which was initially set in your application code when initializing the _DocumentStore_.
28+
which can be set in your application code when initializing the _DocumentStore_.
2929
This enables administrators to dynamically control client behavior, even after the client has started running.
3030
For example, adjusting load balancing behavior on the fly in response to changing system demands.
3131

@@ -63,7 +63,7 @@ import Panel from '@site/src/components/Panel';
6363
Read requests - the node the client will target will be based on the "Read balance behavior" configuration.
6464
Write requests - will be sent to the [preferred node](../../client-api/configuration/load-balance/overview.mdx#the-preferred-node).
6565
* [Use session context](../../client-api/configuration/load-balance/load-balance-behavior.mdx#usesessioncontext):
66-
Select this option to allow sessions to control load balancing using a "context string".
66+
Select this option to allow client sessions to control load balancing using a "context string".
6767
With this option selected, the session determines the target node for all ***Read*** & ***Write*** requests by **hashing**:
6868
* the session's "context string" (set in the client session),
6969
* and an optional seed value (set here or in the client session).
@@ -73,7 +73,7 @@ import Panel from '@site/src/components/Panel';
7373
![Using session context](./assets/client-configuration-2.png)
7474

7575
5. **Read balance behavior**
76-
Set the "Read_ balance method" the client will use when accessing a node with ***Read*** requests.
76+
Set the "Read balance method" the client will use when accessing a node with ***Read*** requests.
7777
The selected method also affects how the client chooses a failover node for ***Read*** requests.
7878
For a detailed explanation see: [Read balance behavior](../../client-api/configuration/load-balance/read-balance-behavior.mdx).
7979

0 commit comments

Comments
 (0)