# File lib/bson/bson_ruby.rb, line 77
    def self.update_max_bson_size(connection)
      warn "BSON::BSON_CODER.update_max_bson_size is deprecated and now a no-op. It will be removed in v2.0."
      @@max_bson_size = connection.max_bson_size
    end