Skip to content

Commit

Permalink
reducet the debounce
Browse files Browse the repository at this point in the history
Signed-off-by: kcw-grunt <[email protected]>
  • Loading branch information
kcw-grunt committed May 11, 2024
1 parent 1bd2e77 commit 4a31e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litewallet/WalletCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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? {
Expand Down

0 comments on commit 4a31e90

Please sign in to comment.