blob: 2a61cb321b65228ac032a264c6ea7e6a8631f483 (
plain)
1
2
3
4
5
6
7
8
|
// 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;
|