Method: PG::EM::ConnectionPool#max_size

Defined in:
lib/pg/em/connection_pool.rb

#max_sizeInteger (readonly)

Maximum number of connections in the connection pool

Returns:

  • (Integer)


66
67
68
# File 'lib/pg/em/connection_pool.rb', line 66

def max_size
  @max_size
end