mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Increase the hangcheck timeout when adding books to the GUI by 50%
This commit is contained in:
parent
d4b37fb569
commit
0445ff2388
@ -239,7 +239,7 @@ class DBAdder(QObject): # {{{
|
|||||||
|
|
||||||
class Adder(QObject): # {{{
|
class Adder(QObject): # {{{
|
||||||
|
|
||||||
ADD_TIMEOUT = 600 # seconds
|
ADD_TIMEOUT = 900 # seconds (15 minutes)
|
||||||
|
|
||||||
def __init__(self, parent, db, callback, spare_server=None):
|
def __init__(self, parent, db, callback, spare_server=None):
|
||||||
QObject.__init__(self, parent)
|
QObject.__init__(self, parent)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user