mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-11-29 08:28:50 +00:00
Public const requires a comment
This commit is contained in:
parent
41c0a6726c
commit
351a9a7cff
@ -24,6 +24,8 @@ import (
|
|||||||
"google.golang.org/grpc"
|
"google.golang.org/grpc"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// MaxDaemonMsgSize is the max send/receive message size used for the daemon client and server.
|
||||||
|
// Currently, set to 100MB
|
||||||
const MaxDaemonMsgSize = 100_000_000
|
const MaxDaemonMsgSize = 100_000_000
|
||||||
|
|
||||||
type server struct {
|
type server struct {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user