From 7005bf273d8ed242dcecd7775e5982262192ffbb Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Thu, 3 Dec 2020 10:12:59 +0100 Subject: fix javadoc --- .../src/main/java/com/yahoo/messagebus/DynamicThrottlePolicy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 63ac44fca74..5a64ec5f929 100644 --- a/messagebus/src/main/java/com/yahoo/messagebus/DynamicThrottlePolicy.java +++ b/messagebus/src/main/java/com/yahoo/messagebus/DynamicThrottlePolicy.java @@ -12,7 +12,7 @@ import java.util.logging.Logger; *

* The algorithm works by increasing the number of messages allowed to be pending, the winidow size, until * this no longer increases throughput. At this point, the algorithm is driven by synthetic attraction towards latencies - * which satisfy log10(1 / latency) % 1 = e, for some constant 0 < e < 1. Weird? Most certainly! + * which satisfy log10(1 / latency) % 1 = e, for some constant 0 < e < 1. Weird? Most certainly! *

* The effect is that the window size the algorithm produces, for a saturated ideal server, has a level for each power * of ten with an attractor the window size tends towards while on this level, determined by the e above. -- cgit v1.2.3