Debug option to disable sqlite WAL

This commit is contained in:
M66B
2021-02-24 18:10:53 +01:00
parent 0263b15247
commit d3f4f29d0c
6 changed files with 30 additions and 5 deletions

View File

@@ -993,7 +993,8 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
if ("secure".equals(key) ||
"shortcuts".equals(key) ||
"language".equals(key) ||
"query_threads".equals(key))
"query_threads".equals(key) ||
"wal".equals(key))
continue;
if (key != null && key.startsWith("widget."))