mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 14:35:04 +00:00
remove stale comment from CircuitBreakerStats
This commit is contained in:
parent
e3f2af8384
commit
dd9b29b6c6
@ -49,7 +49,6 @@ public class CircuitBreakerStats implements Writeable, ToXContent {
|
||||
}
|
||||
|
||||
public CircuitBreakerStats(StreamInput in) throws IOException {
|
||||
// limit is the maximum from the old circuit breaker stats for backwards compatibility
|
||||
limit = in.readLong();
|
||||
estimated = in.readLong();
|
||||
overhead = in.readDouble();
|
||||
|
Loading…
x
Reference in New Issue
Block a user