You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/src/main/java/org/elasticsearch/cluster/routing/allocation/allocator/UndesiredAllocationsTracker.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,13 +63,13 @@ public class UndesiredAllocationsTracker {
63
63
);
64
64
65
65
/**
66
-
* The max number of undesired allocations to track. We expect this to be relatively small.
66
+
* The maximum number of undesired allocations to track. We expect this to be relatively small.
0 commit comments