Log sqlite busy timeout

This commit is contained in:
M66B 2023-12-14 07:33:02 +01:00
parent 9026f42f89
commit 9f98146dc4
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ public abstract class DB extends RoomDatabase {
"identity", "account", "folder", "message", "attachment", "operation", "contact", "certificate", "answer", "rule", "search", "log"};
private static final List<String> DB_PRAGMAS = Collections.unmodifiableList(Arrays.asList(
"synchronous", "journal_mode",
"synchronous", "journal_mode", "busy_timeout",
"wal_checkpoint", "wal_autocheckpoint", "journal_size_limit",
"page_count", "page_size", "max_page_count", "freelist_count",
"cache_size", "cache_spill",