|
|
@ -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",
|
|
|
|