mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Double plugin mirror download timeout
This commit is contained in:
parent
4e5b306547
commit
594c52a7af
@ -27,7 +27,7 @@ INDEX = MR_URL + 'showpost.php?p=1362767&postcount=1'
|
||||
IndexEntry = namedtuple('IndexEntry', 'name url donate history uninstall deprecated thread_id')
|
||||
u = HTMLParser.HTMLParser().unescape
|
||||
|
||||
socket.setdefaulttimeout(60)
|
||||
socket.setdefaulttimeout(120)
|
||||
|
||||
|
||||
def read(url, get_info=False): # {{{
|
||||
|
Loading…
x
Reference in New Issue
Block a user