Expand the number of notes tracked by the EOSE event to 10000

This commit is contained in:
Vitor Pamplona
2025-10-02 17:55:43 -04:00
parent bc8e18a01b
commit 28df59c00d

View File

@@ -36,7 +36,7 @@ class EventWatcherSubAssembler(
allKeys: () -> Set<EventFinderQueryState>,
) : SingleSubEoseManager<EventFinderQueryState>(client, allKeys) {
var lastNotesOnFilter = emptyList<Note>()
var latestEOSEs: EOSEAccountFast<Note> = EOSEAccountFast<Note>(10000)
var latestEOSEs: EOSEAccountFast<Note> = EOSEAccountFast<Note>(1000)
override fun newEose(
relay: NormalizedRelayUrl,