UNPKG

@chevre/domain

Version:

Chevre Domain Library for Node.js

6 lines (5 loc) 211 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.writeConcern = void 0; const writeConcern = { j: true, w: 'majority', wtimeout: 10000 }; exports.writeConcern = writeConcern;