Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Updated BlobRequestOptions.java #519

Open
wants to merge 1 commit into
base: legacy-master
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 @@ -443,7 +443,7 @@ public void setDisableContentMD5Validation(final Boolean disableContentMD5Valida
/**
* Sets the threshold size used for writing a single blob to use.
* <p>
* The default threshold size is set in the client and is by default 32MB. You can change the threshold size on this
* The default threshold size is set in the client and is by default 132MB. You can change the threshold size on this
* request by setting this property. You can also change the value on the
* {@link CloudBlobClient#getDefaultRequestOptions()} object so that all subsequent requests made via the service
* client will use that threshold size.
Expand Down