Increasing the download limit for reactions to event

This commit is contained in:
Vitor Pamplona
2024-06-11 15:05:11 -04:00
parent 66e18e17c5
commit d6abdf16e0
@@ -163,7 +163,7 @@ object NostrSingleEventDataSource : NostrDataSource("SingleEventFeed") {
tags = mapOf("e" to it.map { it.idHex }), tags = mapOf("e" to it.map { it.idHex }),
since = findMinimumEOSEs(it), since = findMinimumEOSEs(it),
// Max amount of "replies" to download on a specific event. // Max amount of "replies" to download on a specific event.
limit = 1000, limit = 10000,
), ),
), ),
TypedFilter( TypedFilter(