Moves DataSource dispatcher from IO to Default

This commit is contained in:
Vitor Pamplona
2024-08-05 16:02:35 -04:00
parent eab69337ff
commit 4c70065843

View File

@@ -192,7 +192,7 @@ abstract class NostrDataSource(
}
// Refreshes observers in batches.
private val bundler = BundledUpdate(300, Dispatchers.IO)
private val bundler = BundledUpdate(300, Dispatchers.Default)
fun invalidateFilters() {
bundler.invalidate {