pub const WRITE_LOCK_WAIT: Duration;Expand description
How long a writer polls for the cross-process write lock before giving up
with GraphError::Busy.
Long enough to ride out another process’s commit (a batch apply plus one fsync), short enough that a stuck peer surfaces as an error rather than a hang.