@crawlee/core
Version:
The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.
7 lines • 334 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MAX_POOL_SIZE = exports.PERSIST_STATE_KEY = exports.BLOCKED_STATUS_CODES = void 0;
exports.BLOCKED_STATUS_CODES = [401, 403, 429];
exports.PERSIST_STATE_KEY = 'SDK_SESSION_POOL_STATE';
exports.MAX_POOL_SIZE = 1000;
//# sourceMappingURL=consts.js.map