raise default download timeout

This commit is contained in:
Jack Robison 2017-04-06 20:37:23 -04:00
parent 45b3837638
commit 1880f64da2

View file

@ -162,7 +162,7 @@ ADJUSTABLE_SETTINGS = {
'delete_blobs_on_remove': (bool, True),
'dht_node_port': (int, 4444),
'download_directory': (str, default_download_directory),
'download_timeout': (int, 30),
'download_timeout': (int, 180),
'host_ui': (bool, True),
'is_generous_host': (bool, True),
'known_dht_nodes': (list, DEFAULT_DHT_NODES, server_port),