UNPKG

rbt_mssql-pool-party

Version:

Extension of mssql that provides management of multiple connection pools, dsns, retries, and more

9 lines 396 B
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports["default"] = addDefaultStats; /* eslint no-param-reassign: 0 */ function addDefaultStats(pool) { // pool is mutated here to add stat properties pool.healCount = 0; pool.promotionCount = 0; pool.retryCount = 0; return pool; }module.exports = exports.default; //# sourceMappingURL=add-default-stats.js.map