method
threadsafe!
v3.2.13 -
Show latest stable
- Class:
Rails::Application::Configuration
threadsafe!()public
Enable threaded mode. Allows concurrent requests to controller actions and multiple database connections. Also disables automatic dependency loading after boot, and disables reloading code on every request, as these are fundamentally incompatible with thread safety.