nativemate: increase recursion depth
This commit is contained in:
parent
3e5449561f
commit
be18a114e2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace atom {
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
const int kMaxRecursionDepth = 20;
|
const int kMaxRecursionDepth = 100;
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue