Rrd4j.persist

I see that de default settings from rrd4j.persist was configured automatically in 5.1.0.M1 but not anymore in 5.1.3. I added the config below but would like to know what the default was in the previous version. Where can I find this?

Strategies {
    everyMinute : "0 * * * * ?"
}

Items {
    * : strategy = everyMinute
}

It was: everyChange, everyMinute, and restoreOnStartup.

If you look at the rrd4j add-on readme for OH 5.0 it tells you what the default strategies used to be.