Change post load amount

This commit is contained in:
Ariadna 2025-04-21 21:21:50 -04:00
parent eeea306303
commit bba230920b
Signed by: ari
SSH key fingerprint: SHA256:j4xpQafvRcIH4rwZqM5aREIogWsCjyYohia7vH0+uZY

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 = 15; static readonly MAX_POSTS: number = 20;
/** /**
* Footer text for the dashboard * Footer text for the dashboard