class LHC::Retry

def max(request)

def max(request)
  options(request).is_a?(Hash) ? options(request).fetch(:max, LHC::Retry.max) : LHC::Retry.max
end