increase number of remote featured posts from 30 to 60

This commit is contained in:
ThatOneCalculator 2023-02-12 15:38:19 -08:00
parent 324786365e
commit b3c4c2b2bd

View file

@ -23,7 +23,7 @@ const paginationForLocal = {
const paginationForRemote = {
endpoint: 'notes/featured' as const,
limit: 10,
limit: 20,
offsetMode: true,
params: {
origin: 'remote',