Let's not do that

This commit is contained in:
Astra 2025-04-21 18:57:56 +09:00
parent bd7572dbd8
commit 26aff55dc2
No known key found for this signature in database

View file

@ -18,7 +18,7 @@ export class Config {
* Maximum number of posts to show in the feed (across all users) * Maximum number of posts to show in the feed (across all users)
* @default 100 * @default 100
*/ */
static readonly MAX_POSTS: number = 150; static readonly MAX_POSTS: number = 100;
/** /**
* Footer text for the dashboard * Footer text for the dashboard