mirror of https://github.com/vacp2p/nim-libp2p.git
use correct shift
This commit is contained in:
parent
07695b2260
commit
82af623641
|
@ -18,7 +18,7 @@ import types,
|
||||||
logScope:
|
logScope:
|
||||||
topic = "MplexCoder"
|
topic = "MplexCoder"
|
||||||
|
|
||||||
const DefaultChannelSize* = 1 shr 20
|
const DefaultChannelSize* = 1 shl 20
|
||||||
|
|
||||||
type
|
type
|
||||||
Msg* = tuple
|
Msg* = tuple
|
||||||
|
|
Loading…
Reference in New Issue