From c02438c42e042090bbe6538e4f5a7f2501fa2e4f Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Mon, 13 May 2024 09:41:08 +0200 Subject: Revert "Reduce min inflight for go feeder, and start lower in both go and java" --- .../src/main/java/com/yahoo/messagebus/DynamicThrottlePolicy.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'messagebus') diff --git a/messagebus/src/main/java/com/yahoo/messagebus/DynamicThrottlePolicy.java b/messagebus/src/main/java/com/yahoo/messagebus/DynamicThrottlePolicy.java index 1a42b688437..97f681404e9 100644 --- a/messagebus/src/main/java/com/yahoo/messagebus/DynamicThrottlePolicy.java +++ b/messagebus/src/main/java/com/yahoo/messagebus/DynamicThrottlePolicy.java @@ -167,10 +167,10 @@ public class DynamicThrottlePolicy extends StaticThrottlePolicy { } /** - * Determines where on each latency level the attractor sits. 2 is at the very end, and makes this go *boom*. + * Determines where on each latency level the attractor sits. 2 is at the very end, and makes this to *boom*. * 0.2 is at the very start, and makes the algorithm more conservative. Probably fine to stay away from this. */ - // Original javadoc is nonsense, but kept for historical reasons. + // Original javadoc is non-sense, but kept for historical reasons. /* * Sets the lower efficiency threshold at which the algorithm should perform window size back off. Efficiency is * the correlation between throughput and window size. The algorithm will increase the window size until efficiency -- cgit v1.2.3