Cleanup and Maintenance part 1 (#1)

Co-authored-by: ari <ariadna@omg.lol>
Reviewed-on: https://git.witchcraft.systems/scientific-witchery/pds-dash/pulls/1
This commit is contained in:
Astra 2025-04-21 06:30:49 +00:00
parent 7d850f0ab5
commit b01b6b7f65
8 changed files with 67 additions and 51 deletions

View file

@ -15,10 +15,10 @@ export class Config {
static readonly FRONTEND_URL: string = "https://deer.social";
/**
* Maximum number of posts to fetch from the PDS per user
* @default 10
* Maximum number of posts to show in the feed (across all users)
* @default 100
*/
static readonly MAX_POSTS_PER_USER: number = 22;
static readonly MAX_POSTS: number = 100;
/**
* Footer text for the dashboard