Skip to main content

NFS_WRITER_CHANNEL_CAPACITY

Constant NFS_WRITER_CHANNEL_CAPACITY 

Source
pub const NFS_WRITER_CHANNEL_CAPACITY: usize = 1000;
Expand description

Channel capacity for the NFS writer task’s job queue. Workers submit NfsWriteJob entries; the writer drains in batch cycles.