class Faraday::Retry::Middleware::Options

def max_interval

def max_interval
  (self[:max_interval] ||= Float::MAX).to_f
end