Skip to content

Commit 572ce74

Browse files
committed
increase text limit
1 parent 66e4df8 commit 572ce74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weco/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MAX_TEXT_LENGTH = 10000
1+
MAX_TEXT_LENGTH = 1e6 # 1 million characters
22
MAX_IMAGE_UPLOADS = 5
33
MAX_IMAGE_SIZE_MB = 10 # 10 MB
44
SUPPORTED_IMAGE_EXTENSIONS = ["png", "jpeg", "jpg", "webp", "gif"]

0 commit comments

Comments
 (0)