Skip to main content

LFIELDS_PER_FLUSH

Constant LFIELDS_PER_FLUSH 

Source
pub const LFIELDS_PER_FLUSH: u32 = 50;
Expand description

Number of list items to accumulate before a SETLIST instruction.

C: #define LFIELDS_PER_FLUSH 50