maxIncludeDepth constant

int const maxIncludeDepth

Maximum nested-include depth. Guards against pathological or cyclic include graphs that would otherwise emit an unbounded JOIN chain.

Implementation

static const int maxIncludeDepth = 5;