Skip to main content

build_tx_rate_limiter

Function build_tx_rate_limiter 

Source
pub fn build_tx_rate_limiter(
    sendtx_per_min: Option<u32>,
) -> Arc<LighterTxRateLimiter> 
Expand description

Builds the shared transaction limiter from a sendtx_quota_per_min override, keyed on LIGHTER_TX_BUCKET. Unset or zero falls back to the standard 60 req/min.