aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@vespa.ai>2023-11-29 16:38:01 +0100
committerJon Bratseth <bratseth@vespa.ai>2023-11-29 16:38:01 +0100
commitdbb89b6b70b15ba2e7c9589a007b3853e2859fdc (patch)
tree731631b07271d55964c42d9d9b24bafb94b95960
parentd7c3de1fd9600c67fdfe620aa2ee675109ec1481 (diff)
Remove superfluous doc line
-rwxr-xr-xcontainer-search/src/main/java/com/yahoo/search/searchers/RateLimitingSearcher.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/container-search/src/main/java/com/yahoo/search/searchers/RateLimitingSearcher.java b/container-search/src/main/java/com/yahoo/search/searchers/RateLimitingSearcher.java
index 3a65990a6e4..90e9897556f 100755
--- a/container-search/src/main/java/com/yahoo/search/searchers/RateLimitingSearcher.java
+++ b/container-search/src/main/java/com/yahoo/search/searchers/RateLimitingSearcher.java
@@ -36,7 +36,6 @@ import java.util.concurrent.ThreadLocalRandom;
* localRate to true to make this be rate per node.
* <li>rate.idDimension - (String) the name of the rate-id dimension used when logging metrics.
* If this is not specified, the metric will be logged without dimensions.
- * <li>rate.local - (Boolean) set to true to let the quota be per node instead of across the cluster.
* <li>rate.dryRun - (Boolean) emit metrics on rejected requests but don't actually reject them
* </ul>
* <p>