terminal: increase default maximum depth of stack command

This commit is contained in:
aarzilli
2018-08-10 14:45:03 +02:00
committed by Derek Parker
parent 4e9ba9a7b5
commit 43d43316cd

View File

@ -1366,7 +1366,7 @@ type stackArgs struct {
func parseStackArgs(argstr string) (stackArgs, error) {
r := stackArgs{
depth: 10,
depth: 50,
full: false,
}
if argstr != "" {