• Heinrich Lee Yu's avatar
    Switch ThreadMemoryCache to ProcessMemoryCache · 723c116b
    Heinrich Lee Yu authored
    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
    723c116b
performance_bar.rb 1.41 KB