1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.defaultConfig = void 0;
4exports.defaultConfig = {
5    maxRootRotations: 32,
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};
16