reduce transport block

This commit is contained in:
Evgeny Poberezkin
2024-04-18 08:15:19 +01:00
parent 9c8c1f7498
commit d352b13b02

View File

@@ -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)