Merge pull request #2596 from deepak1556/value_converter_patch
nativemate: increase recursion depth
This commit is contained in:
commit
3dad645619
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