Let's not do that
All checks were successful
Deploy / Deploy (push) Successful in 29s

This commit is contained in:
Astra 2025-04-21 18:57:56 +09:00
parent bd7572dbd8
commit 26aff55dc2
Signed by: astra
SSH key fingerprint: SHA256:jQDNS75/33T59Ey4yAzrUPP/5YQaXEetsW8hwUae+ag

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