proper name for topics so that we can filter dynamically using chronicles

This commit is contained in:
Viktor Kirilov 2020-06-09 17:00:21 +03:00
parent ecf49a0632
commit 271512c161
1 changed files with 1 additions and 1 deletions

View File

@ -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