Added SecCollectionGCFrequency option for configuring frequncy at which garbage collection runs for persistent collections

This commit is contained in:
Robert Bost
2017-05-21 17:42:59 -03:00
committed by Felipe Zimmerle
parent 112ba45e7a
commit f1264bec86
4 changed files with 46 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
DD MMM YYYY - 2.9.2 - To be released
------------------------------------
* Added SecCollectionGCFrequency option for configuring frequncy
at which garbage collection runs for persistent collections
[Issue #1298 - Robert Bost]
* Uses an optional global lock while manipulating collections.
[Issues #1224 - @mturk and @zimmerle]
* Fix collection naming problem while merging collections.