File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ The `auto_queue_frame_size` setting controls the number of operations during
120120which measurement is taken before the queue is adjusted. It should be large
121121enough 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
124124average response time for tasks in the thread pool queue. If tasks are routinely
125125above this time, the thread pool queue will be adjusted down so that tasks are
126126rejected.
@@ -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]
You can’t perform that action at this time.
0 commit comments