Skip to main content

source_input_byte_limit

Function source_input_byte_limit 

Source
fn source_input_byte_limit(
    path: &str,
    language: Option<&str>,
    observed: Option<u64>,
    source_limit: u64,
    stage: IndexWorkStage,
) -> Result<u64, IndexWorkFailure>
Expand description

Keep document admission at its parser-owned ceiling and ordinary source at caller policy.