Skip to content

Commit

Permalink
fix: update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Nov 29, 2024
1 parent 69303b5 commit 3bc343d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (

const (
// maxPluginOutputSize is the maximum size of the plugin output.
maxPluginOutputSize = 10 * 1024 * 1024 // 10MB
maxPluginOutputSize = 10 * 1024 * 1024 // 10 MiB
)

var executor commander = &execCommander{} // for unit test
Expand Down

0 comments on commit 3bc343d

Please sign in to comment.