diff --git a/microsoft-azure-storage/src/com/microsoft/azure/storage/blob/BlobRequestOptions.java b/microsoft-azure-storage/src/com/microsoft/azure/storage/blob/BlobRequestOptions.java index b2424ab12..16fb10aaa 100644 --- a/microsoft-azure-storage/src/com/microsoft/azure/storage/blob/BlobRequestOptions.java +++ b/microsoft-azure-storage/src/com/microsoft/azure/storage/blob/BlobRequestOptions.java @@ -443,7 +443,7 @@ public void setDisableContentMD5Validation(final Boolean disableContentMD5Valida /** * Sets the threshold size used for writing a single blob to use. *
- * 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.