@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
14 lines • 426 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SEARCH_LIMITER_OPTIONS = exports.DEFAULT_LIMITER_OPTIONS = void 0;
exports.DEFAULT_LIMITER_OPTIONS = {
minTime: 1000 / 9,
maxConcurrent: 6,
id: 'hubspot-client-limiter',
};
exports.SEARCH_LIMITER_OPTIONS = {
minTime: 550,
maxConcurrent: 3,
id: 'search-hubspot-client-limiter',
};
//# sourceMappingURL=constants.js.map