Skip to main content

effective_recall_timeout_ms

Function effective_recall_timeout_ms 

Source
pub fn effective_recall_timeout_ms(configured: u64) -> u64
Expand description

Clamp recall timeout to a safe minimum.

A configured value of 0 would disable spreading activation recall entirely; clamping to 100ms preserves the user’s intent while preventing a silent no-op.