mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Fix whitespace in settings.py
This commit is contained in:
parent
5a04be607e
commit
c24d4d384a
1 changed files with 3 additions and 3 deletions
|
|
@ -67,11 +67,11 @@
|
|||
|
||||
# Set a default, but sane, upper bound for the number of bytes required to
|
||||
# download Snapshot metadata.
|
||||
DEFAULT_SNAPSHOT_REQUIRED_LENGTH = 2000000 #bytes
|
||||
DEFAULT_SNAPSHOT_REQUIRED_LENGTH = 2000000 #bytes
|
||||
|
||||
# Set a default, but sane, upper bound for the number of bytes required to
|
||||
# download Targets metadata.
|
||||
DEFAULT_TARGETS_REQUIRED_LENGTH = 5000000 #bytes
|
||||
DEFAULT_TARGETS_REQUIRED_LENGTH = 5000000 #bytes
|
||||
|
||||
# Set a timeout value in seconds (float) for non-blocking socket operations.
|
||||
SOCKET_TIMEOUT = 2 #seconds
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
# supporting multiple hash algorithms via the REPOSITORY_HASH_ALGORITHM
|
||||
# configuration. When multiple hash algorithms (and thus multiple key IDs)
|
||||
# are used, the "keys" field lists one single key ID
|
||||
# (generated with DEFAULT_HASH_ALGORITHM) for each unique key, and also lists
|
||||
# (generated with DEFAULT_HASH_ALGORITHM) for each unique key, and also lists
|
||||
# the recognized hash algorithms. For example:
|
||||
# {keyid: '1234abc', "keyid_multihash_algorithms": 'sha256', 'sha512', ...}
|
||||
DEFAULT_HASH_ALGORITHM = 'sha256'
|
||||
|
|
|
|||
Loading…
Reference in a new issue