Let's fetch a bit more posts for now
All checks were successful
Deploy / Deploy (push) Successful in 28s
All checks were successful
Deploy / Deploy (push) Successful in 28s
This commit is contained in:
parent
2db2ca4a05
commit
bd7572dbd8
1 changed files with 1 additions and 1 deletions
|
@ -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 = 100;
|
static readonly MAX_POSTS: number = 150;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Footer text for the dashboard
|
* Footer text for the dashboard
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue