pub const DOKAN_OPTION_ALLOW_IPC_BATCHING: DokanOptionFlag = _; // 4_096u32
Expand description

Pull batches of events from the driver instead of a single one and execute them parallelly.

This option should only be used on computers with low cpu count and userland filesystem taking time to process requests (like remote storage).