Skip to main content

MAX_LOOKBACK

Constant MAX_LOOKBACK 

Source
pub const MAX_LOOKBACK: usize = 5000;
Expand description

The most values any single call site retains. Matches the lookback Pine allows, and bounds memory when a script asks for an absurd length.