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 96633bc commit 604458fCopy full SHA for 604458f
query/query_options.go
@@ -10,11 +10,11 @@ import (
10
11
const QueryResultCountLimit uint64 = 200
12
13
-// 256 bytes is for the overhead of the 'envelope' around the entity data
+// ResponseSize is 256 bytes for the overhead of the 'envelope' around the entity data
14
// and the separator characters in between
15
const ResponseSize int = 256
16
17
-// 512 kb
+// MaxResponseSize is 512 kb
18
const MaxResponseSize int = 512 * 1024 * 1024
19
20
type Column struct {
0 commit comments