config.js 389 B

1234567891011121314
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.defaultConfig = void 0;
  4. exports.defaultConfig = {
  5. maxRootRotations: 32,
  6. maxDelegations: 32,
  7. rootMaxLength: 512000,
  8. timestampMaxLength: 16384,
  9. snapshotMaxLength: 2000000,
  10. targetsMaxLength: 5000000,
  11. prefixTargetsWithHash: true,
  12. fetchTimeout: 100000,
  13. fetchRetries: 2,
  14. };