mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-07 16:13:07 +00:00
proper name for topics so that we can filter dynamically using chronicles
This commit is contained in:
parent
ecf49a0632
commit
271512c161
@ -3,7 +3,7 @@ import chronicles, httputils, chronos
|
|||||||
import ../server
|
import ../server
|
||||||
|
|
||||||
logScope:
|
logScope:
|
||||||
topic = "JSONRPC-HTTP-SERVER"
|
topics = "JSONRPC-HTTP-SERVER"
|
||||||
|
|
||||||
const
|
const
|
||||||
MaxHttpHeadersSize = 8192 # maximum size of HTTP headers in octets
|
MaxHttpHeadersSize = 8192 # maximum size of HTTP headers in octets
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user