dd cache enabled to true by default

This commit is contained in:
kennycud 2025-04-07 12:19:56 -07:00
parent b2d9d0539e
commit bcf3538d18

View File

@ -386,7 +386,7 @@ public class Settings {
/** /**
* DB Cache Enabled? * DB Cache Enabled?
*/ */
private boolean dbCacheEnabled = false; private boolean dbCacheEnabled = true;
/** /**
* DB Cache Thread Priority * DB Cache Thread Priority