diff --git a/pkg/cmd/agent-task/view/view.go b/pkg/cmd/agent-task/view/view.go index 2b550d81e..e537c498b 100644 --- a/pkg/cmd/agent-task/view/view.go +++ b/pkg/cmd/agent-task/view/view.go @@ -22,7 +22,7 @@ import ( "github.com/spf13/cobra" ) -const defaultLimit = 60 +const defaultLimit = 40 type ViewOptions struct { IO *iostreams.IOStreams