Switch ThreadMemoryCache to ProcessMemoryCache
Thread-local cache is ineffective when using Puma because unused threads are reaped until it reaches the min threads setting. We already tested this ProcessMemoryCache for feature flags so this enables it for other classes where we're still using ThreadMemoryCache
Showing
Please register or sign in to comment