Method: Sequel::ThreadedConnectionPool#max_size
- Defined in:
- lib/sequel/connection_pool/threaded.rb
#max_size ⇒ Object (readonly)
The maximum number of connections this pool will create (per shard/server if sharding).
11 12 13 |
# File 'lib/sequel/connection_pool/threaded.rb', line 11 def max_size @max_size end |