Merge branch 'develop' into re-ed25519

This commit is contained in:
tamaina 2024-09-21 20:29:41 +09:00
commit 61d5371073
233 changed files with 3595 additions and 951 deletions

View file

@ -13,6 +13,8 @@ export const REMOTE_USER_MOVE_COOLDOWN = 1000 * 60 * 60 * 24 * 14; // 14days
export const REMOTE_SERVER_CACHE_TTL = 1000 * 60 * 60 * 3; // 3hours
export const PER_NOTE_REACTION_USER_PAIR_CACHE_MAX = 16;
//#region hard limits
// If you change DB_* values, you must also change the DB schema.