Method: PG::EM::ConnectionPool#max_size
- Defined in:
- lib/pg/em/connection_pool.rb
#max_size ⇒ Integer (readonly)
Maximum number of connections in the connection pool
66 67 68 |
# File 'lib/pg/em/connection_pool.rb', line 66 def max_size @max_size end |