mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Increased sqlite cache size
This commit is contained in:
@@ -121,7 +121,7 @@ public abstract class DB extends RoomDatabase {
|
||||
private static DB sInstance;
|
||||
|
||||
static final int DEFAULT_QUERY_THREADS = 4; // AndroidX default thread count: 4
|
||||
static final int DEFAULT_CACHE_SIZE = 7; // percentage of memory class
|
||||
static final int DEFAULT_CACHE_SIZE = 10; // percentage of memory class
|
||||
|
||||
private static final String DB_NAME = "fairemail";
|
||||
private static final int DB_CHECKPOINT = 1000; // requery/sqlite-android default
|
||||
|
||||
Reference in New Issue
Block a user