unacknowledged constant

WriteConcern const unacknowledged

Write operations that use this write concern will return as soon as the message is written to the socket. Exceptions are raised for network issues, but not server errors.

Implementation

static const unacknowledged =
    WriteConcern(w: 0, wtimeout: 0, fsync: false, j: false);