UNPKG

@node-idempotency/core

Version:

A Race-Condition free Node.js library that ensures idempotency for requests, preventing unintended duplicate operations.

7 lines 376 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IDEMPOTENCY_CACHE_TTL_MS = exports.IDEMPOTENCY_CACHE_KEY_PREFIX = exports.IDEMPOTENCY_KEY_LEN = void 0; exports.IDEMPOTENCY_KEY_LEN = 256; exports.IDEMPOTENCY_CACHE_KEY_PREFIX = "node-idempotency"; exports.IDEMPOTENCY_CACHE_TTL_MS = 1000 * 60 * 60 * 24; //# sourceMappingURL=constants.js.map