fix(agent-task view): use lower limit for fetching sessions
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
c1beeb5d53
commit
d06d0262e6
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ import (
|
|||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
const defaultLimit = 60
|
||||
const defaultLimit = 40
|
||||
|
||||
type ViewOptions struct {
|
||||
IO *iostreams.IOStreams
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue