Changeset 1710:b829bebff6c4

Show
Ignore:
Timestamp:
07/23/08 13:14:25 (4 months ago)
Author:
klai@…
Branch:
default
Message:

Increase download timeout to allow for larger image sizes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Tycoon/Virtualization/FileSystemImage.py

    r1612 r1710  
    198198        self.__check_freshness_prob = 0.10 
    199199        # Will terminate downloads that last longer than this 
    200         self.__download_timeout = 120 
     200        self.__download_timeout = 600 
    201201        # Will not refill cache entries after this many failures 
    202202        self.__max_download_failures = 3