SCRATCH_LEN

Constant SCRATCH_LEN 

Source
pub const SCRATCH_LEN: usize = 512;
Expand description

Per-call scratch buffer size used for sequential-storage’s serialise / deserialise workspace. Must hold the largest (serialised key + value) pair the store ever sees. 512 B comfortably covers a 64 B key plus a ~256 B peer record.