Skip to content

Commit 948a539

Browse files
alieldakrone
authored andcommitted
Update threadpool.asciidoc target_response_time (#28655)
Update doc for "target_reponse~~_rate~~_time" param source => https://github.com/elastic/elasticsearch/blob/6.2/server/src/main/java/org/elasticsearch/threadpool/AutoQueueAdjustingExecutorBuilder.java#L65
1 parent c86d2d0 commit 948a539

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/modules/threadpool.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The `auto_queue_frame_size` setting controls the number of operations during
120120
which measurement is taken before the queue is adjusted. It should be large
121121
enough that a single operation cannot unduly bias the calculation.
122122

123-
The `target_response_rate` is a time value setting that indicates the targeted
123+
The `target_response_time` is a time value setting that indicates the targeted
124124
average response time for tasks in the thread pool queue. If tasks are routinely
125125
above this time, the thread pool queue will be adjusted down so that tasks are
126126
rejected.
@@ -134,7 +134,7 @@ thread_pool:
134134
min_queue_size: 10
135135
max_queue_size: 1000
136136
auto_queue_frame_size: 2000
137-
target_response_rate: 1s
137+
target_response_time: 1s
138138
--------------------------------------------------
139139

140140
[float]

0 commit comments

Comments
 (0)