diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/model/LocalCache.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/model/LocalCache.kt index c827973ff..3e8eeeef4 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/model/LocalCache.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/model/LocalCache.kt @@ -2858,7 +2858,7 @@ class LocalCacheFlow { val newEventBundles = _newEventBundles.asSharedFlow() // read-only public view // Refreshes observers in batches. - private val bundler = BundledInsert(1000, Dispatchers.IO) + private val bundler = BundledInsert(1000, Dispatchers.Default) fun invalidateData(newNote: Note) { bundler.invalidateList(newNote) { bundledNewNotes ->