mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-04-04 19:56:03 +00:00
reduce transport block
This commit is contained in:
@@ -116,7 +116,7 @@ import UnliftIO.STM
|
||||
-- * Transport parameters
|
||||
|
||||
smpBlockSize :: Int
|
||||
smpBlockSize = 16384 * 2
|
||||
smpBlockSize = 16384 + 1024
|
||||
|
||||
-- SMP protocol version history:
|
||||
-- 1 - binary protocol encoding (1/1/2022)
|
||||
|
||||
Reference in New Issue
Block a user