From a85ef9273fe496f0c3b1d03632444dd6357fbb45 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Tue, 13 Apr 2021 22:42:38 -0500 Subject: [PATCH] bump run list limit --- pkg/cmd/run/list/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/run/list/list.go b/pkg/cmd/run/list/list.go index 2785be7ae..3679a8333 100644 --- a/pkg/cmd/run/list/list.go +++ b/pkg/cmd/run/list/list.go @@ -15,7 +15,7 @@ import ( ) const ( - defaultLimit = 10 + defaultLimit = 20 ) type ListOptions struct {