Skip to content

Commit e274c7c

Browse files
committed
Add units
1 parent 6d48951 commit e274c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/common/util/concurrent/TaskExecutionTimeTrackingEsThreadPoolExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* An extension to thread pool executor, which tracks statistics for the task execution time.
4040
*/
4141
public final class TaskExecutionTimeTrackingEsThreadPoolExecutor extends EsThreadPoolExecutor {
42-
// 20 buckets means the upper bound on the largest bound bucket will be 2^18 ~= 4 minutes 20 seconds
42+
// 20 buckets means the upper bound on the largest bound bucket will be 2^18 ms (~= 4 minutes 20 seconds)
4343
public static final int QUEUE_LATENCY_HISTOGRAM_BUCKETS = 20;
4444
private static final int[] LATENCY_PERCENTILES_TO_REPORT = { 50, 90, 99 };
4545

0 commit comments

Comments
 (0)