Skip to content

fixing a mem leak in the api

Brice Aldrich requested to merge mem_leak into develop

I think the reason we experience a memory leak is we use a cache within a cache and are only attempting to purge the top level which is always getting refreshed. I set the expiration to the top level as never, and then purge the values underneath.

Merge request reports