Skip to content

Commit 2a870dc

Browse files
committed
Revert changes from merge conflict
1 parent e4002a4 commit 2a870dc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/src/upgrade/release-3.7.x.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@ opens a session, submits one or more `addV()` operations, commits, and closes th
158158
The benchmark varies the following parameters:
159159
160160
* *Concurrent clients* (`threads`): The number of threads issuing transactions simultaneously. A value of 1 means
161-
transactions are executed sequentially by a single client. Higher values simulate multiple application threads or
162-
service instances issuing transactions concurrently against the same server.
161+
transactions are executed sequentially by a single client. Higher values simulate multiple application threads or
162+
service instances issuing transactions concurrently against the same server.
163163
* *Connection pool size* (`pool`): The number of WebSocket connections maintained in the pool when
164-
`reuseConnectionsForSessions` is enabled. When reuse is disabled, each session creates its own dedicated connection
165-
and this parameter does not apply (shown as `n/a`).
164+
`reuseConnectionsForSessions` is enabled. When reuse is disabled, each session creates its own dedicated connection
165+
and this parameter does not apply (shown as `n/a`).
166166
* *Transaction weight* (`weight`): "light" transactions perform a single `addV()` plus commit. "heavy" transactions
167-
perform ten `addV()` operations plus commit, simulating a more substantial unit of work per transaction.
167+
perform ten `addV()` operations plus commit, simulating a more substantial unit of work per transaction.
168168
169169
Tests were conducted both locally (client and server on the same machine) and remotely (client on the US west coast,
170170
server on the US east coast) to isolate the effect of network latency on connection setup overhead. Each scenario

0 commit comments

Comments
 (0)