We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bea737 commit ec4079cCopy full SHA for ec4079c
packages/backend/src/const.ts
@@ -3,7 +3,7 @@
3
* SPDX-License-Identifier: AGPL-3.0-only
4
*/
5
6
-export const MAX_NOTE_TEXT_LENGTH = 3000;
+export const MAX_NOTE_TEXT_LENGTH = 5000;
7
8
export const USER_ONLINE_THRESHOLD = 1000 * 60 * 10; // 10min
9
export const USER_ACTIVE_THRESHOLD = 1000 * 60 * 60 * 24 * 3; // 3days
0 commit comments