Property Name | Type | Default Value | Description |
| de.mywms.datastore.memory.Storage.prefix | String | default | The directory where the prevayler datafiles are searched and kept, if activated. |
| de.mywms.datastore.memory.Storage.profileTransactions | boolean | true | If enabled, transactions are counted against the name of the thread starting them. Every few calls to beginTransaction will lead to an INFORMATION log, containing the actual Number of open Transactions per thread name. |
| de.mywms.datastore.memory.Storage.readable | boolean | true | If enabled, the prevalyer datafiles are searched and read. Otherwise storage will start empty. |
| de.mywms.datastore.memory.Storage.secondsbetweensnapshots | int | 60000 | The number of milliseconds until a snapshot is written, containing the whole memory image. |
| de.mywms.datastore.memory.Storage.writeable | boolean | true | If enabled, prevayler will store changes into logs and snapshots. If readable is false, this property will not be evaluated. |
Please see also Log Properties, as they are part of a kernels configuration.
|