From bd7572dbd88032fd2ac0cb2ca2103198b436263d Mon Sep 17 00:00:00 2001 From: Astra Date: Mon, 21 Apr 2025 18:56:56 +0900 Subject: [PATCH] Let's fetch a bit more posts for now --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ts b/config.ts index 2b1b511..cb01bf1 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 = 100; + static readonly MAX_POSTS: number = 150; /** * Footer text for the dashboard