increase db timeout
This commit is contained in:
parent
95af9f4f4a
commit
aac0a069d2
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ class Icons(dict):
|
|||
self.create()
|
||||
|
||||
def connect(self):
|
||||
conn = sqlite3.connect(self._db, timeout=10)
|
||||
conn = sqlite3.connect(self._db, timeout=90)
|
||||
return conn
|
||||
|
||||
def create(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue