Revert "Wait even longer to try to write to Kodi DB"
This reverts commit 9f0d0026e6
.
This commit is contained in:
parent
f821134ed3
commit
7527f38c3f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def catch_operationalerrors(method):
|
|||
except utils.OperationalError as err:
|
||||
if 'database is locked' not in err:
|
||||
raise
|
||||
if app.APP.monitor.waitForAbort(1):
|
||||
if app.APP.monitor.waitForAbort(0.1):
|
||||
# PKC needs to quit
|
||||
return
|
||||
attempts -= 1
|
||||
|
|
Loading…
Reference in a new issue