We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9924a commit 64ec473Copy full SHA for 64ec473
lib/azure_blob/const.rb
@@ -2,7 +2,7 @@
2
3
module AzureBlob
4
API_VERSION = "2024-05-04"
5
- MAX_UPLOAD_SIZE = 256 * 1024 * 1024
6
- DEFAULT_BLOCK_SIZE = 128 * 1024 * 1024
+ MAX_UPLOAD_SIZE = 256 * 1024 * 1024 # 256 Megabytes
+ DEFAULT_BLOCK_SIZE = 128 * 1024 * 1024 # 128 Megabytes
7
BLOB_SERVICE = "b"
8
end
0 commit comments