• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.defaultConfig = void 0;
4exports.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};
15