Increase the delay to update filters
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ abstract class BaseEoseManager<T>(
|
|||||||
fun dismissSubscription(subId: String) = orchestrator.dismissSubscription(subId)
|
fun dismissSubscription(subId: String) = orchestrator.dismissSubscription(subId)
|
||||||
|
|
||||||
// Refreshes observers in batches.
|
// Refreshes observers in batches.
|
||||||
private val bundler = BundledUpdate(300, Dispatchers.Default)
|
private val bundler = BundledUpdate(500, Dispatchers.Default)
|
||||||
|
|
||||||
fun invalidateFilters() {
|
fun invalidateFilters() {
|
||||||
bundler.invalidate {
|
bundler.invalidate {
|
||||||
|
|||||||
Reference in New Issue
Block a user