Method: Sequel::SingleConnectionPool#max_size
- Defined in:
- lib/sequel/connection_pool/single.rb
#max_size ⇒ Object
The SingleConnectionPool always has a maximum size of 1.
30 31 32 |
# File 'lib/sequel/connection_pool/single.rb', line 30 def max_size 1 end |