Changeset 1710:b829bebff6c4
- Timestamp:
- 07/23/08 13:14:25 (4 months ago)
- Branch:
- default
- Files:
-
- 1 modified
-
src/Tycoon/Virtualization/FileSystemImage.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Tycoon/Virtualization/FileSystemImage.py
r1612 r1710 198 198 self.__check_freshness_prob = 0.10 199 199 # Will terminate downloads that last longer than this 200 self.__download_timeout = 120200 self.__download_timeout = 600 201 201 # Will not refill cache entries after this many failures 202 202 self.__max_download_failures = 3
