chore: reduce notifications view size

This commit is contained in:
kieran 2024-04-25 12:40:09 +01:00
parent d0d30cb94f
commit 5af182c1bd
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -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]);