Flowdock
method

set_pool_config

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: PoolManager
set_pool_config(role, 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/pool_manager.rb, line 38
      def set_pool_config(role, shard, pool_config)
        @name_to_role_mapping[role][shard] = pool_config
      end
Register or log in to add new notes.