config.js 468 B

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