nativemate: increase recursion depth

This commit is contained in:
Robo
2015-08-26 15:52:28 +05:30
parent 3e5449561f
commit be18a114e2

View File

@@ -17,7 +17,7 @@ namespace atom {
namespace {
const int kMaxRecursionDepth = 20;
const int kMaxRecursionDepth = 100;
} // namespace