guard / guard-spork

Guard::Spork automatically manage Spork DRb servers
https://rubygems.org/gems/guard-spork
MIT License
296 stars 58 forks source link

Add retry_delay option. #113

Closed Nerian closed 11 years ago

Nerian commented 11 years ago

Add retry_delay option. After a failed attempt to connect to the server, it will wait options[:retry_delay] seconds before trying to boot the server again. It defaults to options[:wait]

thibaudgg commented 11 years ago

Looks good! Thanks.