Skip to content

Commit 2704239

Browse files
authored
Keep padding time name consistant
Replaced the ambiguous "wait_time," which not mentioned anywhere else, with "padding time," which is the phrase used in the prior paragraphs to explain the effect of the `requests_per_second` property.
1 parent a649055 commit 2704239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/docs/reindex.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ The padding time is the difference between the batch size divided by the
658658
[source,txt]
659659
--------------------------------------------------
660660
target_time = 1000 / 500 per second = 2 seconds
661-
wait_time = target_time - write_time = 2 seconds - .5 seconds = 1.5 seconds
661+
`padding time` = target_time - write_time = 2 seconds - .5 seconds = 1.5 seconds
662662
--------------------------------------------------
663663

664664
Since the batch is issued as a single `_bulk` request, large batch sizes will

0 commit comments

Comments
 (0)