# File lib/faraday/request/retry.rb, line 45
      def max_interval
        (self[:max_interval] ||= Float::MAX).to_f
      end