Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
change default max stack depth to 256 as drupal suggests that
Browse files Browse the repository at this point in the history
  • Loading branch information
sidkshatriya committed Sep 30, 2016
1 parent 830bfdc commit 91bc004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
*.iml
.idea/**
xdebug/**
2 changes: 1 addition & 1 deletion cmd/root.go
Expand Up @@ -23,7 +23,7 @@ import (
)

const (
dontbugDefaultMaxStackDepth = 128
dontbugDefaultMaxStackDepth = 256
)

var (
Expand Down

0 comments on commit 91bc004

Please sign in to comment.