xref: /third_party/node/deps/npm/node_modules/tuf-js/dist/config.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/node_modules/tuf-js/dist/
11cb0ef41Sopenharmony_ci"use strict";
21cb0ef41Sopenharmony_ciObject.defineProperty(exports, "__esModule", { value: true });
31cb0ef41Sopenharmony_ciexports.defaultConfig = void 0;
41cb0ef41Sopenharmony_ciexports.defaultConfig = {
51cb0ef41Sopenharmony_ci    maxRootRotations: 32,
61cb0ef41Sopenharmony_ci    maxDelegations: 32,
71cb0ef41Sopenharmony_ci    rootMaxLength: 512000, //bytes
81cb0ef41Sopenharmony_ci    timestampMaxLength: 16384, // bytes
91cb0ef41Sopenharmony_ci    snapshotMaxLength: 2000000, // bytes
101cb0ef41Sopenharmony_ci    targetsMaxLength: 5000000, // bytes
111cb0ef41Sopenharmony_ci    prefixTargetsWithHash: true,
121cb0ef41Sopenharmony_ci    fetchTimeout: 100000, // milliseconds
131cb0ef41Sopenharmony_ci    fetchRetries: undefined,
141cb0ef41Sopenharmony_ci    fetchRetry: 2,
151cb0ef41Sopenharmony_ci};
16

Indexes created Thu Nov 07 10:32:03 CST 2024