We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a087de commit 8e6a552Copy full SHA for 8e6a552
pkg/util/limiter/query_limiter.go
@@ -102,7 +102,7 @@ func (ql *QueryLimiter) AddChunkBytes(chunkSizeInBytes int) error {
102
return nil
103
}
104
105
-// AddDataBytes adds the input label size in bytes and returns an error if the limit is reached.
+// AddDataBytes adds the queried data bytes and returns an error if the limit is reached.
106
func (ql *QueryLimiter) AddDataBytes(dataSizeInBytes int) error {
107
if ql.maxDataBytesPerQuery == 0 {
108
0 commit comments