# File lib/influxdb/max_queue.rb, line 14
    def push(obj)
      super if length < @max
    end