Garbage Collect Structure¶
A Garbage Collect Structure is returned as the result from getGarbageCollectSettings()
and updateGarbageCollectSettings()
, and is also included in the Server Information Structure.
- intervalSeconds¶
The time, in seconds, between each garbage collection. Allowed range is from 60 (1 minute) to 2147483647 (about 68 years).
- timeLimitSeconds¶
The grace period, in seconds, to allow for items that are ready to be garbage collected. If 0, all eligible items will be discarded immediately. If non-zero, keep items that have been ready for garbage collection for less time than specified. Allowed range is from 0 to 2147483647 (about 68 years).
Changed in version 1.8.0: Added to API.