MAX_DERIVATION_ITERATIONS
Centralized constants for the derivation system.
These constants configure the behavior of derivation processing, caching, and path handling. Centralizing them enables:
- Easy configuration changes
- Consistent values across all derivation modules
- Clear documentation of magic numbers
@module
Presentation
const MAX_DERIVATION_ITERATIONS : 10;