mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-31 11:31:40 +00:00
Log journal size limit
This commit is contained in:
parent
b9eeee59a6
commit
bb2fd9a3b8
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ public abstract class DB extends RoomDatabase {
|
||||||
// https://www.sqlite.org/pragma.html
|
// https://www.sqlite.org/pragma.html
|
||||||
for (String pragma : new String[]{
|
for (String pragma : new String[]{
|
||||||
"synchronous", "journal_mode",
|
"synchronous", "journal_mode",
|
||||||
"wal_checkpoint", "wal_autocheckpoint",
|
"wal_checkpoint", "wal_autocheckpoint", "journal_size_limit",
|
||||||
"page_count", "page_size", "max_page_count", "freelist_count",
|
"page_count", "page_size", "max_page_count", "freelist_count",
|
||||||
"cache_size", "cache_spill",
|
"cache_size", "cache_spill",
|
||||||
"soft_heap_limit", "hard_heap_limit", "mmap_size",
|
"soft_heap_limit", "hard_heap_limit", "mmap_size",
|
||||||
|
|
Loading…
Reference in a new issue