Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

PD-233234: Kodak_Jersey_upgrade_Exceptions #813

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down