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 00f4301 commit 9f79117Copy full SHA for 9f79117
1 file changed
dandi/consts.py
@@ -200,7 +200,7 @@ def urls(self) -> Iterator[str]:
200
ZARR_DELETE_BATCH_SIZE = 100
201
202
#: Zarr chunks above this size (bytes) are uploaded via multipart upload
203
-ZARR_LARGE_CHUNK_THRESHOLD = 5 * 1024 * 1024 * 1024 # 5 GB
+ZARR_LARGE_CHUNK_THRESHOLD = 100 * 1024 * 1024 # 100 MB
204
205
BIDS_DATASET_DESCRIPTION = "dataset_description.json"
206
0 commit comments