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