@apica-io/url-xi
Version:
URL Check for integrations and API monitoring
12 lines • 341 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ResultConfig = void 0;
exports.ResultConfig = {
contentLength: {
maxRequestLength: 128 * 1024,
maxTotalLength: 512 * 1024,
},
timeout: 30 * 1000,
maxContentLength: 1024 * 1024 * 32,
};
//# sourceMappingURL=ITestConfig.js.map