Skip to content

Commit 8e6a552

Browse files
committed
Address a review comment
Signed-off-by: 🌲 Harry 🌊 John 🏔 <[email protected]>
1 parent 3a087de commit 8e6a552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/limiter/query_limiter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func (ql *QueryLimiter) AddChunkBytes(chunkSizeInBytes int) error {
102102
return nil
103103
}
104104

105-
// AddDataBytes adds the input label size in bytes and returns an error if the limit is reached.
105+
// AddDataBytes adds the queried data bytes and returns an error if the limit is reached.
106106
func (ql *QueryLimiter) AddDataBytes(dataSizeInBytes int) error {
107107
if ql.maxDataBytesPerQuery == 0 {
108108
return nil

0 commit comments

Comments
 (0)