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
}