Skip to content

Commit

Permalink
test limits
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Jan 30, 2024
1 parent 718e952 commit 4fe4efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4fe4efe

Please sign in to comment.