Skip to content

Commit a85ef92

Browse files
committed
bump run list limit
1 parent 0484425 commit a85ef92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/run/list/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
defaultLimit = 10
18+
defaultLimit = 20
1919
)
2020

2121
type ListOptions struct {

0 commit comments

Comments
 (0)