Reduce feed page size from 30 to 15
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 = 30;
|
||||
const PAGE_SIZE = 15;
|
||||
|
||||
/** The base kinds always included in every feed query. */
|
||||
const BASE_FEED_KINDS = [1, 6];
|
||||
|
||||
Reference in New Issue
Block a user