Skip to content

Commit fd27fae

Browse files
committed
kvpb: minor comment update
Epic: none Release note: None
1 parent 249793c commit fd27fae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkg/kv/kvpb/api.proto

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2802,8 +2802,10 @@ message Header {
28022802
// - QueryLocksRequest
28032803
// - IsSpanEmptyRequest
28042804
//
2805-
// The following requests types are also allowed in the batch, although the
2806-
// limit has no effect on them:
2805+
// The following request types are also allowed in the batch. These requests
2806+
// do not consume any keys from the limit; however, they may fail to be
2807+
// processed if the batch previously consumed the entire limit.
2808+
//
28072809
// - ExportRequest
28082810
// - QueryIntentRequest
28092811
// - EndTxnRequest

0 commit comments

Comments
 (0)