Skip to content

Commit 5ebc9de

Browse files
StorageSync: Change dataset limit from 5Tb to 100Tb (#23582)
* change dataset limit from 5Tb to 100Tb * changelog update * Update ChangeLog.md * Update Config.json --------- Co-authored-by: Ankush Bindlish <[email protected]>
1 parent bb22dc0 commit 5ebc9de

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/StorageSync/StorageSync/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
21+
* Updated dataset limit from 5 Tb to 100 Tib.
22+
2223
## Version 2.1.0
2324
* Fixed minor issues.
2425
* Updated supported character sets in `Invoke-AzStorageSyncCompatibilityCheck`.

src/StorageSync/StorageSync/Config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"MaximumFileSizeInBytes": 100000000000,
44
"MaximumPathLength": 2048,
55
"MaximumTreeDepth": 250,
6-
"MaximumDatasetSizeInBytes": 5000000000000,
6+
"MaximumDatasetSizeInBytes": 109951162777600,
77
"ValidFilesystems": [
88
"NTFS"
99
],
@@ -51,4 +51,4 @@
5151
92,
5252
124
5353
]
54-
}
54+
}

0 commit comments

Comments
 (0)