From 3bc343df0e31f7b87e5cc8ce759614551316f266 Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Fri, 29 Nov 2024 07:42:38 +0000 Subject: [PATCH] fix: update comment Signed-off-by: Junjie Gao --- plugin/plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/plugin.go b/plugin/plugin.go index 77869b48..cd7d5b65 100644 --- a/plugin/plugin.go +++ b/plugin/plugin.go @@ -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