aboutsummaryrefslogtreecommitdiffstats
path: root/prog/encodingexec.go
diff options
context:
space:
mode:
Diffstat (limited to 'prog/encodingexec.go')
-rw-r--r--prog/encodingexec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/encodingexec.go b/prog/encodingexec.go
index abcfeffba..b5c410287 100644
--- a/prog/encodingexec.go
+++ b/prog/encodingexec.go
@@ -49,7 +49,7 @@ const (
)
const (
- ExecBufferSize = 4 << 20
+ ExecBufferSize = 4 << 20 // keep in sync with kMaxInput in executor.cc
ExecNoCopyout = ^uint64(0)
)