# File lib/mechanize/http/agent.rb, line 351
  def max_history=(length)
    @history.max_size = length
  end