Raise BLE notification buffer cap for large file transfers

This commit is contained in:
jack
2025-10-15 00:37:40 +01:00
committed by islam
parent 78d72f5814
commit 6e19995de2
+1 -1
View File
@@ -29,7 +29,7 @@ enum TransportConfig {
// BLE discovery/quality thresholds // BLE discovery/quality thresholds
static let bleDynamicRSSIThresholdDefault: Int = -90 static let bleDynamicRSSIThresholdDefault: Int = -90
static let bleConnectionCandidatesMax: Int = 100 static let bleConnectionCandidatesMax: Int = 100
static let blePendingWriteBufferCapBytes: Int = 1_000_000 static let blePendingWriteBufferCapBytes: Int = 8 * 1024 * 1024
static let blePendingNotificationsCapCount: Int = 20 static let blePendingNotificationsCapCount: Int = 20
// Nostr // Nostr