chore: reduce notifications view size
This commit is contained in:
parent
d0d30cb94f
commit
5af182c1bd
@ -13,7 +13,7 @@ export function useNotificationsView() {
|
||||
rb.withOptions({
|
||||
leaveOpen: true,
|
||||
});
|
||||
rb.withFilter().kinds(kinds).tag("p", [publicKey]).limit(1000);
|
||||
rb.withFilter().kinds(kinds).tag("p", [publicKey]).limit(100);
|
||||
return rb;
|
||||
}
|
||||
}, [publicKey]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user