# File lib/mongo/server/connection_pool/queue.rb, line 246 def max_size @max_size ||= options[:max_pool_size] || [MAX_SIZE, min_size].max end