UNPKG

@salesforce/core

Version:

Core libraries to interact with SFDX projects, orgs, and APIs.

16 lines 629 B
"use strict"; /* * Copyright (c) 2023, salesforce.com, inc. * All rights reserved. * Licensed under the BSD 3-Clause license. * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause */ Object.defineProperty(exports, "__esModule", { value: true }); exports.lockRetryOptions = exports.lockOptions = void 0; // docs: https://github.com/moxystudio/node-proper-lockfile exports.lockOptions = { stale: 10_000 }; exports.lockRetryOptions = { ...exports.lockOptions, retries: { retries: 10, maxTimeout: 1000, factor: 2 }, }; //# sourceMappingURL=lockRetryOptions.js.map