Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.8.0
-
None
Description
Running Revision GC in continuous mode, e.g. every five seconds, the VersionGarbageCollector.Recommendations counts the documents with _deletedOnce flag with every run. This is because the recommended time interval for a single GC cycle is not persistent when the limit of documents to delete per cycle hasn't been reached. With a run every five seconds, this is hard to reach (the default is 100'000).