Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/memory / / MAX_ITERATIONS_CEILING
Variable: MAX_ITERATIONS_CEILING
ts
const MAX_ITERATIONS_CEILING: 5 = 5;Defined in: packages/memory/src/search/iterative.ts:45
Absolute clamp on total retrieval passes, applied regardless of the caller's maxIterations — a latency guardrail so a mis-configured caller can never unbound the loop.