Reduce feed page size from 15 to 10
Co-authored-by: shakespeare.diy <assistant@shakespeare.diy>
This commit is contained in:
@@ -6,7 +6,7 @@ import { useFollowList } from './useFollowActions';
|
||||
import { getEnabledFeedKinds } from '@/lib/extraKinds';
|
||||
import type { NostrEvent } from '@nostrify/nostrify';
|
||||
|
||||
const PAGE_SIZE = 15;
|
||||
const PAGE_SIZE = 10;
|
||||
|
||||
/** The base kinds always included in every feed query. */
|
||||
const BASE_FEED_KINDS = [1, 6];
|
||||
|
||||
Reference in New Issue
Block a user