github.com/mutagen-io/mutagen@v0.18.0-rc1/pkg/grpcutil/constants.go (about)

     1  package grpcutil
     2  
     3  const (
     4  	// MaximumMessageSize specifies the maximum message size that we'll allow
     5  	// over IPC channels.
     6  	MaximumMessageSize = 25 * 1024 * 1024
     7  )