mirror of
https://github.com/codex-storage/nim-libp2p.git
synced 2025-01-11 19:44:18 +00:00
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…
x
Reference in New Issue
Block a user