Results 2 comments of 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: ![image](https://github.com/signum-network/signum-node/assets/89638089/014f2ade-5bc5-45fa-a59c-e7fd7cca26a0) showing...