aboutsummaryrefslogtreecommitdiffstats
path: root/jaxrs_client_utils/src/main/java/com/yahoo/vespa/jaxrs/client/JaxRsTimeouts.java
diff options
context:
space:
mode:
Diffstat (limited to 'jaxrs_client_utils/src/main/java/com/yahoo/vespa/jaxrs/client/JaxRsTimeouts.java')
-rw-r--r--jaxrs_client_utils/src/main/java/com/yahoo/vespa/jaxrs/client/JaxRsTimeouts.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/jaxrs_client_utils/src/main/java/com/yahoo/vespa/jaxrs/client/JaxRsTimeouts.java b/jaxrs_client_utils/src/main/java/com/yahoo/vespa/jaxrs/client/JaxRsTimeouts.java
index 6758d6f94d6..914a9d7b42c 100644
--- a/jaxrs_client_utils/src/main/java/com/yahoo/vespa/jaxrs/client/JaxRsTimeouts.java
+++ b/jaxrs_client_utils/src/main/java/com/yahoo/vespa/jaxrs/client/JaxRsTimeouts.java
@@ -7,14 +7,14 @@ import java.time.Duration;
*/
public interface JaxRsTimeouts {
/**
- * The connect timeout, which must be at least 1ms.
+ * The connect timeout, which must be at least 1ms. Called once per real REST call.
*
* Throws com.google.common.util.concurrent.UncheckedTimeoutException on timeout.
*/
Duration getConnectTimeoutOrThrow();
/**
- * The read timeout, which must be at least 1ms.
+ * The read timeout, which must be at least 1ms. Called once per real REST call.
*
* Throws com.google.common.util.concurrent.UncheckedTimeoutException on timeout.
*/