@@ -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
76766 . ** 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
0 commit comments