referrerpolicy=no-referrer-when-downgrade

RECURSION_LIMIT

Constant RECURSION_LIMIT 

Source
pub const RECURSION_LIMIT: u8 = 10;
Expand description

The maximum recursion depth allowed when executing nested XCM instructions.

Exceeding this limit results in XcmError::ExceedsStackLimit or ProcessMessageError::StackLimitReached.

Also used in the DenyRecursively barrier.