We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248ee42 commit f801a94Copy full SHA for f801a94
1 file changed
pkg/cmd/workflow/list/list.go
@@ -13,7 +13,7 @@ import (
13
"github.com/spf13/cobra"
14
)
15
16
-const defaultLimit = 10
+const defaultLimit = 50
17
18
type ListOptions struct {
19
IO *iostreams.IOStreams
0 commit comments