mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 03:53:51 +02:00
Double plugin mirror download timeout
This commit is contained in:
parent
4e5b306547
commit
594c52a7af
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
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…
Reference in a new issue