Bump timer back down

This commit is contained in:
Garth Vander Houwen 2025-06-15 21:34:36 -07:00
parent 5a75368394
commit ee98b5ef77

View file

@ -60,7 +60,7 @@ class BLEManager: NSObject, CBPeripheralDelegate, MqttClientProxyManagerDelegate
private var wantConfigTimer: Timer?
private var wantConfigRetryCount = 0
private let maxWantConfigRetries = 3
private let wantConfigTimeoutInterval: TimeInterval = 10.0
private let wantConfigTimeoutInterval: TimeInterval = 6.0
// MARK: init
private override init() {