From 6e19995de28b5d77c27fdc865d8ae66a25fbfec0 Mon Sep 17 00:00:00 2001 From: jack Date: Thu, 25 Sep 2025 01:38:10 +0200 Subject: [PATCH] Raise BLE notification buffer cap for large file transfers --- bitchat/Services/TransportConfig.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitchat/Services/TransportConfig.swift b/bitchat/Services/TransportConfig.swift index 0d0ea6c5..be6ec787 100644 --- a/bitchat/Services/TransportConfig.swift +++ b/bitchat/Services/TransportConfig.swift @@ -29,7 +29,7 @@ enum TransportConfig { // BLE discovery/quality thresholds static let bleDynamicRSSIThresholdDefault: Int = -90 static let bleConnectionCandidatesMax: Int = 100 - static let blePendingWriteBufferCapBytes: Int = 1_000_000 + static let blePendingWriteBufferCapBytes: Int = 8 * 1024 * 1024 static let blePendingNotificationsCapCount: Int = 20 // Nostr