summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahooinc.com>2022-01-21 08:33:19 +0000
committerTor Brede Vekterli <vekterli@yahooinc.com>2022-01-21 08:33:19 +0000
commit053a6f676c3700acbbdecc6856c12a4e8ab84a3b (patch)
treea58c6eea52bdeb461c68b09a227add1ce8f8afb4 /vespalib
parentbda50e83fdf630c7bfca580370225ba367f01677 (diff)
Add reference to Java throttle policy file
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/shared_operation_throttler.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/util/shared_operation_throttler.cpp b/vespalib/src/vespa/vespalib/util/shared_operation_throttler.cpp
index 71c58d846c1..e91be68a671 100644
--- a/vespalib/src/vespa/vespalib/util/shared_operation_throttler.cpp
+++ b/vespalib/src/vespa/vespalib/util/shared_operation_throttler.cpp
@@ -34,7 +34,8 @@ private:
*
* Please keep the underlying algorithm in sync with the Java implementation,
* as that is considered the source of truth. For descriptions of the various
- * parameters, also see the Java code.
+ * parameters, also see the Java code:
+ * messagebus/src/main/java/com/yahoo/messagebus/DynamicThrottlePolicy.java
*/
class DynamicThrottlePolicy {
std::function<steady_time()> _time_provider;