This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
Manual Garbage Collection Should Reset Periodic GC Interval #4
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
When instantiating the datastore a goroutine is launched that performs periodic garbage collection. However the datastore also exposes a function that can be called to manually trigger garbage collection. In the event that this function is called, we should "reset" the periodic garbage collection timer. This can be done leveraging a channel.
The text was updated successfully, but these errors were encountered: