UNPKG

@apiratorjs/locking

Version:

A lightweight library providing both local and distributed locking primitives (mutexes, semaphores, and read-write locks) for managing concurrency in Node.js.

5 lines 210 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_TIMEOUT_IN_MS = void 0; exports.DEFAULT_TIMEOUT_IN_MS = 1_000 * 60; // 1 minute //# sourceMappingURL=constants.js.map