diff --git a/src/globals.py b/src/globals.py index b48c3c7..c1e50da 100644 --- a/src/globals.py +++ b/src/globals.py @@ -32,7 +32,7 @@ INSTANCE_MASKS = bool(strtobool(os.environ["modal.state.instanceMasks"])) THICKNESS = int(os.environ["modal.state.thickness"]) -SIZE_LIMIT = 10 if sly.is_community() else 100 +SIZE_LIMIT = 10 # ! for tests if sly.is_community() else 100 SIZE_LIMIT_BYTES = SIZE_LIMIT * 1024 * 1024 * 1024 SPLIT_MODE = "MB" SPLIT_SIZE = 500 # do not increase this value (memory issues)