Skip to content

Commit 0baa22c

Browse files
gustavocidornelaswhoseoyster
authored andcommitted
Increase max char limit
1 parent 348fe03 commit 0baa22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openlayer/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
OPENLAYER_DIR = os.path.join(os.path.expanduser("~"), ".openlayer")
1010

1111
# -------------------------------- Size limits ------------------------------- #
12-
MAXIMUM_CHARACTER_LIMIT = 10000
12+
MAXIMUM_CHARACTER_LIMIT = 50000
1313
MAXIMUM_TAR_FILE_SIZE = 25 # MB
1414

1515
# ----------------------------------- APIs ----------------------------------- #

0 commit comments

Comments
 (0)