Skip to content

Commit

Permalink
bump output size limit to 500KB (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
burov authored Apr 9, 2024
1 parent e41a055 commit 66439cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/exec_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
agentendpointpb "google.golang.org/genproto/googleapis/cloud/osconfig/agentendpoint/v1"
)

const maxExecOutputSize = 100 * 1024
const maxExecOutputSize = 500 * 1024

var runner = util.CommandRunner(&util.DefaultRunner{})

Expand Down

0 comments on commit 66439cb

Please sign in to comment.