Skip to main content

PATCH_OLD_NOT_FOUND_CONTENT_CAP

Constant PATCH_OLD_NOT_FOUND_CONTENT_CAP 

Source
pub const PATCH_OLD_NOT_FOUND_CONTENT_CAP: usize = 500;
Expand description

Maximum byte length of the truncated current_content snapshot that EngineError::PatchOldNotFound carries. Keeps the wire envelope bounded for sections with large bodies. Mirrors full’s memstead_git_branch::PATCH_OLD_NOT_FOUND_CONTENT_CAP.