Method: Sequel::ShardedSingleConnectionPool#max_size

Defined in:
lib/sequel/connection_pool/sharded_single.rb

#max_sizeObject

The ShardedSingleConnectionPool always has a maximum size of 1.



66
67
68
# File 'lib/sequel/connection_pool/sharded_single.rb', line 66

def max_size
  1
end