Merge pull request #161 from nekt/develop

Modified the maximum timestamp.txt size (fix #159).
This commit is contained in:
Trishank Karthik Kuppusamy 2013-12-03 14:48:19 -08:00
commit 69fb92ddcb

View file

@ -39,7 +39,7 @@
# Since the timestamp role does not have signed metadata about itself, we set a
# default but sane upper bound for the number of bytes required to download it.
DEFAULT_TIMESTAMP_REQUIRED_LENGTH = 2048 #bytes
DEFAULT_TIMESTAMP_REQUIRED_LENGTH = 16384 #bytes
# Set a timeout value in seconds (float) for non-blocking socket operations.
SOCKET_TIMEOUT = 1 #seconds