Flowdock
method

set_pool_config

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: LegacyPoolManager
set_pool_config(_, shard, pool_config) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/legacy_pool_manager.rb, line 26
      def set_pool_config(_, shard, pool_config)
        @name_to_pool_config[shard] = pool_config
      end
Register or log in to add new notes.