We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6a879 commit d90fbd7Copy full SHA for d90fbd7
pkg/kv/kvserver/kvserverbase/base.go
@@ -310,6 +310,8 @@ const (
310
)
311
312
// MaxCommandSize wraps "kv.raft.command.max_size".
313
+// TODO: maybe add validation on the buffer size that it's below raft command
314
+// size and in reverse?
315
var MaxCommandSize = settings.RegisterByteSizeSetting(
316
settings.SystemVisible, // used by SQL/bulk to determine mutation batch sizes
317
"kv.raft.command.max_size",
0 commit comments