mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 18:45:20 +00:00
Revert "Raise BLE notification buffer cap for large file transfers"
This reverts commit b624523af843475db84e4a846db8dcbe824ae408.
This commit is contained in:
@@ -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 = 8 * 1024 * 1024
|
static let blePendingWriteBufferCapBytes: Int = 1_000_000
|
||||||
static let blePendingNotificationsCapCount: Int = 20
|
static let blePendingNotificationsCapCount: Int = 20
|
||||||
|
|
||||||
// Nostr
|
// Nostr
|
||||||
|
|||||||
Reference in New Issue
Block a user