Cleanup and Maintenance part 1 (#1)
All checks were successful
Deploy / Deploy (push) Successful in 30s
All checks were successful
Deploy / Deploy (push) Successful in 30s
Co-authored-by: ari <ariadna@omg.lol> Reviewed-on: #1
This commit is contained in:
parent
7d850f0ab5
commit
b01b6b7f65
8 changed files with 67 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue