mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-25 19:46:58 +02:00
Removes invalidateFilters Logging
This commit is contained in:
@@ -154,7 +154,7 @@ abstract class NostrDataSource(val debugName: String) {
|
|||||||
|
|
||||||
// Refreshes observers in batches.
|
// Refreshes observers in batches.
|
||||||
private val bundler = BundledUpdate(250, Dispatchers.IO) {
|
private val bundler = BundledUpdate(250, Dispatchers.IO) {
|
||||||
println("DataSource: ${this.javaClass.simpleName} InvalidateFilters")
|
// println("DataSource: ${this.javaClass.simpleName} InvalidateFilters")
|
||||||
|
|
||||||
// adds the time to perform the refresh into this delay
|
// adds the time to perform the refresh into this delay
|
||||||
// holding off new updates in case of heavy refresh routines.
|
// holding off new updates in case of heavy refresh routines.
|
||||||
|
Reference in New Issue
Block a user