Skip to content

Commit 242ab89

Browse files
committed
fix: increase max docker image size
1 parent 1d34223 commit 242ab89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cull/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MAX_IMAGE_WORKERS = 4
2-
MAX_FILE_BYTES = 200 * 1024 * 1024
2+
MAX_FILE_BYTES = 4 * 1024 * 1024 * 1024
33
DOCKER_PULL_TIMEOUT_S = 300
44

55
LOCK_FILES = frozenset({

0 commit comments

Comments
 (0)