11 lines
208 B
Plaintext
11 lines
208 B
Plaintext
|
|
Strategies {
|
||
|
|
default = everyChange
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
Items {
|
||
|
|
// persist all items once a day and on every change and restore them from the db at startup
|
||
|
|
* : strategy = everyChange, everyDay, restoreOnStartup
|
||
|
|
}
|
||
|
|
|