guard / guard-spork

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

wait is way too low #30

Closed rafamvc closed 12 years ago

rafamvc commented 12 years ago

20 is a bad default if you need to put that on your readme. Maybe 30?

thibaudgg commented 12 years ago

You're the first to complain about the 20s default. But we can set 30s if you want (we need 50s, in our main project).

rafamvc commented 12 years ago

That is true... So, what about instead of giving a error message and quitting, it retries for a minute? If you think is a good idea I can make a pull patch for it. My point is, if you are running with guard-spork, you want spork! :) Skipping is not a good option.

BTW, thanks for the software, I don't want to come as a ungrateful bastard. :)

thibaudgg commented 12 years ago

Yes the retry for a minute after 30 seconds is a good idea (and to tell about the wait option just before the retry). A pull request is always welcome, thanks :)

pauljamesrussell commented 12 years ago

I'm prepping a patch for this, should be ready tomorrow.

thibaudgg commented 12 years ago

Great thanks