diff --git a/settings-example.json b/settings-example.json
index 5f0d733237dbfacbb1eb44195b6695520bd9cd43..9380fc679281fceff4fc0689b215a278b88a8ff6 100644
--- a/settings-example.json
+++ b/settings-example.json
@@ -23,11 +23,11 @@
         },
         "retentionPolicies": [
             {
-                "resolutionInMinutes": 60,
+                "numberOfMeasurementsPerDay": 24,
                 "ageInDays": 30
             },
             {
-                "resolutionInMinutes": 3600,
+                "numberOfMeasurementsPerDay": 2,
                 "ageInDays": 60
             }
         ]