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