Preserve oldest snapshot when keep-within* does not collect enough

This commit is contained in:
Gautam Menghani
2023-06-17 18:04:35 +05:30
committed by Michael Eischer
parent 3888c21a27
commit 8da5a6649b
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -44,6 +44,11 @@
"time": "2014-11-22T10:20:30Z",
"tree": null,
"paths": null
},
{
"time": "2014-08-08T10:20:30Z",
"tree": null,
"paths": null
}
],
"reasons": [
@@ -152,6 +157,17 @@
"yearly within 9999y"
],
"counters": {}
},
{
"snapshot": {
"time": "2014-08-08T10:20:30Z",
"tree": null,
"paths": null
},
"matches": [
"yearly within 9999y"
],
"counters": {}
}
]
}