make drive_file.comment larger
we can change the 8192 to something else, but 512 is too short ☺
This commit is contained in:
parent
b8f2c67c10
commit
076b2d4e6c
5 changed files with 19 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ 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 = 8192;
|
||||
//#endregion
|
||||
|
||||
// ブラウザで直接表示することを許可するファイルの種類のリスト
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue