journaled constant

WriteConcern const journaled

Exceptions are raised for network issues, and server errors; the write operation waits for the server to group commit to the journal file on disk.

Implementation

static const journaled =
    WriteConcern(w: 1, wtimeout: 0, fsync: false, j: true);