From 6436eabd39a90909b2d61bcabe38813320de59a3 Mon Sep 17 00:00:00 2001 From: Abhijeet Date: Fri, 16 Feb 2024 16:05:38 +0530 Subject: [PATCH] PD-233234: Kodak_Jersey_upgrade_Exceptions --- .../java/com/bazaarvoice/emodb/blob/client/BlobStoreClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blob-clients/blob-client-jersey2/src/main/java/com/bazaarvoice/emodb/blob/client/BlobStoreClient.java b/blob-clients/blob-client-jersey2/src/main/java/com/bazaarvoice/emodb/blob/client/BlobStoreClient.java index 788c32b652..758d7142c6 100644 --- a/blob-clients/blob-client-jersey2/src/main/java/com/bazaarvoice/emodb/blob/client/BlobStoreClient.java +++ b/blob-clients/blob-client-jersey2/src/main/java/com/bazaarvoice/emodb/blob/client/BlobStoreClient.java @@ -93,7 +93,7 @@ public class BlobStoreClient implements AuthBlobStore { * Delay after which streaming connections are automatically closed if the caller doesn't begin reading the stream. * The caller can still read the contents after this time elapses but will incur a new round-trip request/response. */ - private static final Duration BLOB_CONNECTION_CLOSED_TIMEOUT = Duration.ofSeconds(2); + private static final Duration BLOB_CONNECTION_CLOSED_TIMEOUT = Duration.ofSeconds(6); private final EmoClient _client; private final UriBuilder _blobStore;