mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #2675 from jku/bump-max-root-rotations
ngclient: Increase default max_root_rotations
This commit is contained in:
commit
4d2ff8d37d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue