From 4a31e90ad7bb8955df65e9f2bad62def59449296 Mon Sep 17 00:00:00 2001 From: kcw-grunt Date: Sat, 11 May 2024 14:52:24 +0100 Subject: [PATCH] reducet the debounce Signed-off-by: kcw-grunt --- litewallet/WalletCoordinator.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litewallet/WalletCoordinator.swift b/litewallet/WalletCoordinator.swift index 2e4cbee5..784c24f2 100644 --- a/litewallet/WalletCoordinator.swift +++ b/litewallet/WalletCoordinator.swift @@ -4,7 +4,7 @@ import UIKit private let lastBlockHeightKey = "LastBlockHeightKey" private let progressUpdateInterval: TimeInterval = 1.0 -private let updateDebounceInterval: TimeInterval = 3.0 +private let updateDebounceInterval: TimeInterval = 1.0 class WalletCoordinator: Subscriber, Trackable { var kvStore: BRReplicatedKVStore? {