# File lib/mongo/util/pool_manager.rb, line 137 def max_bson_size @max_bson_size ||= config_min('maxBsonObjectSize', DEFAULT_MAX_BSON_SIZE) end