make log topics consistent
This commit is contained in:
parent
3c5b77affa
commit
f8872dd51c
|
@ -16,7 +16,7 @@ import types,
|
|||
../../stream/lpstream
|
||||
|
||||
logScope:
|
||||
topic = "mplex-coder"
|
||||
topic = "MplexCoder"
|
||||
|
||||
type
|
||||
Msg* = tuple
|
||||
|
|
|
@ -17,7 +17,7 @@ import types,
|
|||
../../connection
|
||||
|
||||
logScope:
|
||||
topic = "mplex-channel"
|
||||
topic = "MplexChannel"
|
||||
|
||||
const DefaultChannelSize* = DefaultBufferSize * 64 # 64kb
|
||||
|
||||
|
|
Loading…
Reference in New Issue