Skip to content

Commit 3173f40

Browse files
committed
Add small fix
1 parent 2d93dd3 commit 3173f40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/reference/reference_rock/vshard/vshard_router.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Router public API
137137
It is necessary to pass the ``request_timeout`` and ``timeout`` parameters together, with the following requirement:
138138
``timeout > request_timeout``.
139139

140-
The ``timeout`` parameter controls how much time a single request attempt may take.
140+
The ``request_timeout`` parameter controls how much time a single request attempt may take.
141141
When this time is over (the ``TimedOut`` error is raised), the router retries this request on the next replica as long
142142
as the ``timeout`` value is not elapsed.
143143

@@ -221,7 +221,7 @@ Router public API
221221
* ``request_timeout`` (since ``vshard`` 0.1.28) — timeout in seconds that serves as a protection against hung replicas.
222222
It is necessary to pass the ``request_timeout`` and ``timeout`` parameters together, with the following requirement:
223223
``timeout > request_timeout``.
224-
The ``timeout`` parameter controls how much time a single request attempt may take.
224+
The ``request_timeout`` parameter controls how much time a single request attempt may take.
225225
When this time is over (the ``TimedOut`` error is raised), the router retries this request on the next replica as long
226226
as the ``timeout`` value is not elapsed.
227227

@@ -300,7 +300,7 @@ Router public API
300300
* ``request_timeout`` (since ``vshard`` 0.1.28) — timeout in seconds that serves as a protection against hung replicas.
301301
It is necessary to pass the ``request_timeout`` and ``timeout`` parameters together, with the following requirement:
302302
``timeout > request_timeout``.
303-
The ``timeout`` parameter controls how much time a single request attempt may take.
303+
The ``request_timeout`` parameter controls how much time a single request attempt may take.
304304
When this time is over (the ``TimedOut`` error is raised), the router retries this request on the next replica as long
305305
as the ``timeout`` value is not elapsed.
306306

0 commit comments

Comments
 (0)