mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
8 lines
207 B
TypeScript
8 lines
207 B
TypeScript
|
|
// If you change DB_* values, you must also change the DB schema.
|
|
|
|
/**
|
|
* Maximum note text length that can be stored in DB.
|
|
* Surrogate pairs count as one
|
|
*/
|
|
export const DB_MAX_NOTE_TEXT_LENGTH = 8192;
|