forked from FoundKeyGang/FoundKey
backend: update DB_MAX_IMAGE_COMMENT_LENGTH
This was increased to 2048 characters in
186d693385
.
This commit is contained in:
parent
f4ee8b321e
commit
3aa1d3bf97
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ export const DB_MAX_NOTE_TEXT_LENGTH = 8192;
|
|||
* Maximum image description length that can be stored in DB.
|
||||
* Surrogate pairs count as one
|
||||
*/
|
||||
export const DB_MAX_IMAGE_COMMENT_LENGTH = 512;
|
||||
export const DB_MAX_IMAGE_COMMENT_LENGTH = 2048;
|
||||
|
|
Loading…
Reference in a new issue