mirror of
https://github.com/logos-storage/nim-libp2p.git
synced 2026-01-02 13:43:11 +00:00
use correct shift
This commit is contained in:
parent
07695b2260
commit
82af623641
@ -18,7 +18,7 @@ import types,
|
||||
logScope:
|
||||
topic = "MplexCoder"
|
||||
|
||||
const DefaultChannelSize* = 1 shr 20
|
||||
const DefaultChannelSize* = 1 shl 20
|
||||
|
||||
type
|
||||
Msg* = tuple
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user