terminal: increase default maximum depth of stack command
This commit is contained in:
parent
4e9ba9a7b5
commit
43d43316cd
@ -1366,7 +1366,7 @@ type stackArgs struct {
|
||||
|
||||
func parseStackArgs(argstr string) (stackArgs, error) {
|
||||
r := stackArgs{
|
||||
depth: 10,
|
||||
depth: 50,
|
||||
full: false,
|
||||
}
|
||||
if argstr != "" {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user