From c58b251b7195b23ecc28c1022e6b671a7891da72 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Mon, 6 Nov 2023 23:28:44 +0100 Subject: [PATCH] Update data_utils.py (#993) change recommendation. This is no longer true as 1 MB is not ideal for cloud computing --- src/hdmf/data_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hdmf/data_utils.py b/src/hdmf/data_utils.py index 3781abe8e..941c3f8c7 100644 --- a/src/hdmf/data_utils.py +++ b/src/hdmf/data_utils.py @@ -290,7 +290,7 @@ def __init__(self, **kwargs): dict( name="chunk_mb", type=(float, int), - doc="Size of the HDF5 chunk in megabytes. Recommended to be less than 1MB.", + doc="Size of the HDF5 chunk in megabytes.", default=None, ) )