UNPKG

dce-mango

Version:

Harvard DCE's Non-relational DB Wrapper.

9 lines 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * The time between polls for the lock document. * @author Benedikt Arnarsson */ const LOCK_POLL_INTERVAL_MS = 50; exports.default = LOCK_POLL_INTERVAL_MS; //# sourceMappingURL=LOCK_POLL_INTERVAL_MS.js.map