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 bb22dc0 commit 5ebc9deCopy full SHA for 5ebc9de
src/StorageSync/StorageSync/ChangeLog.md
@@ -18,7 +18,8 @@
18
- Additional information about change #1
19
-->
20
## Upcoming Release
21
-
+* Updated dataset limit from 5 Tb to 100 Tib.
22
+
23
## Version 2.1.0
24
* Fixed minor issues.
25
* Updated supported character sets in `Invoke-AzStorageSyncCompatibilityCheck`.
src/StorageSync/StorageSync/Config.json
@@ -3,7 +3,7 @@
3
"MaximumFileSizeInBytes": 100000000000,
4
"MaximumPathLength": 2048,
5
"MaximumTreeDepth": 250,
6
- "MaximumDatasetSizeInBytes": 5000000000000,
+ "MaximumDatasetSizeInBytes": 109951162777600,
7
"ValidFilesystems": [
8
"NTFS"
9
],
@@ -51,4 +51,4 @@
51
92,
52
124
53
]
54
-}
+}
0 commit comments