Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MongoQuerySerializer: better maxDepth
The maxDepth of 256 still triggered a stack overflow because our maximum stack size was 512 and the stack grows by 2 during each recursion. The 50 chosen here is arbitrary.
- Loading branch information