Public const requires a comment

This commit is contained in:
msutton 2022-07-17 00:55:40 +03:00
parent 41c0a6726c
commit 351a9a7cff

View File

@ -24,6 +24,8 @@ import (
"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
type server struct {