Increase max collection description

This commit is contained in:
Tom Moor
2023-10-15 16:05:25 -04:00
parent faf97401e6
commit 787b893cd2

View File

@ -21,7 +21,7 @@ export const AttachmentValidation = {
export const CollectionValidation = {
/** The maximum length of the collection description */
maxDescriptionLength: 1000,
maxDescriptionLength: 10 * 1000,
/** The maximum length of the collection name */
maxNameLength: 100,