Wekuz
Wekuz
@frankTheTank72 the value of the properties are retreived in the functions getSynchronousMode() and getCacheSize(): `String synchronous = propertyService.getString(Props.DB_SQLITE_SYNCHRONOUS).toUpperCase();` and `int cacheSize = propertyService.getInt(Props.DB_SQLITE_CACHE_SIZE);` and is then used to set the...
I can prove it by running the node with a config that has these properties in it: DB.SqliteSynchronous = OFF DB.SqliteCacheSize = -4000 Then I get this output:  showing...