Skip to content

Commit 9f79117

Browse files
committed
Set ZARR_LARGE_CHUNK_THRESHOLD to 100MB
1 parent 00f4301 commit 9f79117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dandi/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def urls(self) -> Iterator[str]:
200200
ZARR_DELETE_BATCH_SIZE = 100
201201

202202
#: Zarr chunks above this size (bytes) are uploaded via multipart upload
203-
ZARR_LARGE_CHUNK_THRESHOLD = 5 * 1024 * 1024 * 1024 # 5 GB
203+
ZARR_LARGE_CHUNK_THRESHOLD = 100 * 1024 * 1024 # 100 MB
204204

205205
BIDS_DATASET_DESCRIPTION = "dataset_description.json"
206206

0 commit comments

Comments
 (0)