-
Only use RequestStore for current_application_settings during a request · 78d84587DJ Mountney authored
This fixes an issue where the RequestStore was being populated with the settings in the unicorn master during the rails initializers. Each forked worker would then start their first request with an uncleaned RequestStore.
78d84587
×