Merge pull request #2675 from jku/bump-max-root-rotations

ngclient: Increase default max_root_rotations
This commit is contained in:
Jussi Kukkonen 2024-07-17 13:34:36 +03:00 committed by GitHub
commit 4d2ff8d37d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ class UpdaterConfig:
prefixed to ngclient user agent when the default fetcher is used.
"""
max_root_rotations: int = 32
max_root_rotations: int = 256
max_delegations: int = 32
root_max_length: int = 512000 # bytes
timestamp_max_length: int = 16384 # bytes