method
build_statement_pool
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
build_statement_pool()private
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 1103
def build_statement_pool
StatementPool.new(self, self.class.type_cast_config_to_integer(@config[:statement_limit]))
end