UNPKG

@0xtld/tair-node

Version:

A Node.js package for Tair functionality with configuration, core, and helper modules.

9 lines (8 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONSTANTS = void 0; const CONSTANTS = { RETRY_ATTEMPTS: Number(process.env.RETRY_ATTEMPTS || 3), RETRY_DELAY: Number(process.env.RETRY_DELAY || 1000), }; exports.CONSTANTS = CONSTANTS;