summaryrefslogtreecommitdiff
path: root/packages/backend/src/const.ts
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2023-04-08 17:12:02 +0100
committerGianni Ceccarelli <gceccarelli@veritone.com>2023-10-02 13:47:35 +0100
commit076b2d4e6ccb709fc5c898a4f837f06e25a6c160 (patch)
tree75856da99af5013704ef8e97350a6ef9114e0fb5 /packages/backend/src/const.ts
parentchore: change name in console output (diff)
downloadsharkey-076b2d4e6ccb709fc5c898a4f837f06e25a6c160.tar.gz
sharkey-076b2d4e6ccb709fc5c898a4f837f06e25a6c160.tar.bz2
sharkey-076b2d4e6ccb709fc5c898a4f837f06e25a6c160.zip
make `drive_file.comment` larger
we can change the 8192 to something else, but 512 is too short ☺
Diffstat (limited to 'packages/backend/src/const.ts')
-rw-r--r--packages/backend/src/const.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/const.ts b/packages/backend/src/const.ts
index 716a8de382..6abc11ac93 100644
--- a/packages/backend/src/const.ts
+++ b/packages/backend/src/const.ts
@@ -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
// ブラウザで直接表示することを許可するファイルの種類のリスト