Skip to content

Commit 604458f

Browse files
committed
Make gopls happy
1 parent 96633bc commit 604458f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

query/query_options.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ import (
1010

1111
const QueryResultCountLimit uint64 = 200
1212

13-
// 256 bytes is for the overhead of the 'envelope' around the entity data
13+
// ResponseSize is 256 bytes for the overhead of the 'envelope' around the entity data
1414
// and the separator characters in between
1515
const ResponseSize int = 256
1616

17-
// 512 kb
17+
// MaxResponseSize is 512 kb
1818
const MaxResponseSize int = 512 * 1024 * 1024
1919

2020
type Column struct {

0 commit comments

Comments
 (0)