Method: MiGA::Daemon::Base#latency
- Defined in:
- lib/miga/daemon/base.rb
#latency ⇒ Object
Returns Integer indicating the number of seconds to sleep between checks
38 39 40 |
# File 'lib/miga/daemon/base.rb', line 38 def latency runopts(:latency) end |