Method: ASIR::RetryBehavior#try_sleep_max
- Defined in:
- lib/asir/retry_behavior.rb
#try_sleep_max ⇒ Object
Maxinum amount of seconds to sleep between each try.
15 16 17 |
# File 'lib/asir/retry_behavior.rb', line 15 def try_sleep_max @try_sleep_max end |