Update to checkpoint loader in CCMS

This commit is contained in:
Aditya Ujeniya
2026-02-03 16:25:48 +01:00
parent 75a74c162d
commit 3cf88f757c
2 changed files with 21 additions and 65 deletions

View File

@@ -158,8 +158,7 @@ func cleanupCheckpoints(dir string, cleanupDir string, from int64, deleteInstead
return 0, err
}
extension := Keys.Checkpoints.FileFormat
files, err := findFiles(entries, from, extension, false)
files, err := findFiles(entries, from, false)
if err != nil {
return 0, err
}