From bba230920b982ab21c99d28571c6978d2ac7c05f Mon Sep 17 00:00:00 2001 From: ari Date: Mon, 21 Apr 2025 21:21:50 -0400 Subject: [PATCH] Change post load amount --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ts b/config.ts index 6ff3c9f..d0a19ca 100644 --- a/config.ts +++ b/config.ts @@ -18,7 +18,7 @@ export class Config { * Maximum number of posts to show in the feed (across all users) * @default 100 */ - static readonly MAX_POSTS: number = 15; + static readonly MAX_POSTS: number = 20; /** * Footer text for the dashboard