Skip to content

Commit b74f196

Browse files
Update config.js
Remove max size
1 parent 3fc507c commit b74f196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
//length of random characters in link that's generated on document save
77
"keyLength": 10,
88
//max allowed paste length - 0 for unlimited
9-
"maxLength": 400000,
9+
"maxLength": 0,
1010

1111
//algorithm used to generate random characters
1212
//see docs/generators.md for more information

0 commit comments

Comments
 (0)