We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d34223 commit 242ab89Copy full SHA for 242ab89
1 file changed
cull/constants.py
@@ -1,5 +1,5 @@
1
MAX_IMAGE_WORKERS = 4
2
-MAX_FILE_BYTES = 200 * 1024 * 1024
+MAX_FILE_BYTES = 4 * 1024 * 1024 * 1024
3
DOCKER_PULL_TIMEOUT_S = 300
4
5
LOCK_FILES = frozenset({
0 commit comments