Constant kanidmd_lib::constants::DELAYED_ACTION_BATCH_SIZE

source ยท
pub const DELAYED_ACTION_BATCH_SIZE: usize = 256;
Expand description

The number of delayed actions to consider per write transaction. Higher values allow more coalescing to occur, but may consume more ram and cause some latency while dequeuing and writing those operations.