|
|
|
|
|
by yogeshpandey
2950 days ago
|
|
Golimit tries to reuse the allocated keys counter entry in case the counter has expired and its not collected by GC.
There is a very simple GC logic where GC is invoked periodically, and scans for all buckets one by one and cleans them up. The GC invocation frequency can be configured by setting "gcinterval" property in yaml. |
|