use correct shift

This commit is contained in:
Dmitriy Ryajov 2020-03-11 09:26:27 -06:00
parent 07695b2260
commit 82af623641
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import types,
logScope:
topic = "MplexCoder"
const DefaultChannelSize* = 1 shr 20
const DefaultChannelSize* = 1 shl 20
type
Msg* = tuple