diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index 1d632045..0f4dd98f 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -509,7 +509,7 @@ const Debug: React.FC = ({ const seenIds = new Set() const { queryEvents } = await import('../services/dataFetch') - const events = await queryEvents(relayPool, { kinds: [9802], limit: 100 }, { + const events = await queryEvents(relayPool, { kinds: [9802], limit: 500 }, { onEvent: (evt) => { if (seenIds.has(evt.id)) return seenIds.add(evt.id)