Skip to content

Commit 4d2ff8d

Browse files
authored
Merge pull request #2675 from jku/bump-max-root-rotations
ngclient: Increase default max_root_rotations
2 parents cb9694e + 6eaf405 commit 4d2ff8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuf/ngclient/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class UpdaterConfig:
4444
prefixed to ngclient user agent when the default fetcher is used.
4545
"""
4646

47-
max_root_rotations: int = 32
47+
max_root_rotations: int = 256
4848
max_delegations: int = 32
4949
root_max_length: int = 512000 # bytes
5050
timestamp_max_length: int = 16384 # bytes

0 commit comments

Comments
 (0)