Skip to content

Commit

Permalink
Moves DataSource dispatcher from IO to Default
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Aug 5, 2024
1 parent eab6933 commit 4c70065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4c70065

Please sign in to comment.