From 7935857dae9d2d66d3d973c4050ad0b314183b0a Mon Sep 17 00:00:00 2001 From: jack Date: Thu, 25 Sep 2025 01:43:02 +0200 Subject: [PATCH] Revert "Raise BLE notification buffer cap for large file transfers" This reverts commit b624523af843475db84e4a846db8dcbe824ae408. --- 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 be6ec787..0d0ea6c5 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 = 8 * 1024 * 1024 + static let blePendingWriteBufferCapBytes: Int = 1_000_000 static let blePendingNotificationsCapCount: Int = 20 // Nostr