croneter
|
7c2ad31a21
|
Fix likelyhood of database is locked error occuring
|
2021-07-23 10:49:10 +02:00 |
|
croneter
|
da66c62f81
|
Fix check of exception value
|
2020-12-27 16:06:16 +01:00 |
|
croneter
|
0d537f108e
|
Lower timeout for a DB connection from 30s to 10s
|
2019-12-13 14:00:40 +01:00 |
|
croneter
|
a715b3a473
|
raise exception instead of returning None if PKC needs to exit and we're trying to connect to a DB
|
2019-12-13 14:00:40 +01:00 |
|
croneter
|
6d39adbd8c
|
Use sqlite isolation_level=None in order to use autocommit mode and thus avoid sqlite auto-committing
|
2019-12-13 14:00:40 +01:00 |
|
croneter
|
3000bfcd7d
|
Always use sqlite WAL mode (did not switch back to normal journal mode automatically anyway)
|
2019-12-13 14:00:39 +01:00 |
|
croneter
|
4ebe11fcc4
|
Merge pull request #1079 from croneter/wal
Don't use WAL mode for sqlite connections, it is not making any difference
|
2019-12-08 10:32:03 +01:00 |
|
croneter
|
9080ca89b9
|
Don't use WAL mode for sqlite connections, it is not making any difference
|
2019-12-08 10:23:50 +01:00 |
|
croneter
|
2744b9da7e
|
Copy entire plex.db to avoid db-locks entirely
|
2019-12-08 10:09:57 +01:00 |
|
croneter
|
e52b67c3a9
|
Fix to correctly wipe Kodi databases
|
2019-11-15 13:38:41 +01:00 |
|
croneter
|
3b8f712289
|
Fix database being locked in rare cases
|
2019-11-14 14:39:07 +01:00 |
|