Skip to content

Commit

Permalink
reduce the excessive # of rotation checks
Browse files Browse the repository at this point in the history
Signed-off-by: Trishank K Kuppusamy <trishank.kuppusamy@datadoghq.com>
  • Loading branch information
trishankatdatadog committed Jul 2, 2019
1 parent 5fc3d90 commit 3bb4f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@

# Maximum number of root metadata file rotations we should perform in order to
# prevent a denial-of-service (DoS) attack.
MAX_NUMBER_ROOT_ROTATIONS = 2**10
MAX_NUMBER_ROOT_ROTATIONS = 2**5

0 comments on commit 3bb4f73

Please sign in to comment.