Skip to content

Commit 64ec473

Browse files
committed
Comment
1 parent 4d9924a commit 64ec473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/azure_blob/const.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module AzureBlob
44
API_VERSION = "2024-05-04"
5-
MAX_UPLOAD_SIZE = 256 * 1024 * 1024
6-
DEFAULT_BLOCK_SIZE = 128 * 1024 * 1024
5+
MAX_UPLOAD_SIZE = 256 * 1024 * 1024 # 256 Megabytes
6+
DEFAULT_BLOCK_SIZE = 128 * 1024 * 1024 # 128 Megabytes
77
BLOB_SERVICE = "b"
88
end

0 commit comments

Comments
 (0)