bolshakov / stoplight

:traffic_light: Traffic control for code.
http://bolshakov.github.io/stoplight/
MIT License
384 stars 40 forks source link

Rename timeout? #88

Closed tfausak closed 8 years ago

tfausak commented 8 years ago

I think the term "timeout" can be confusing. In Ruby, "timeout" most often means Timeout.timeout. In Stoplight, timeouts don't have anything to do with limiting execution time. Instead they have to do with attempting to recover from a red light.

I don't have any better names for the concept though.

zeisler commented 8 years ago

Possible name cool_off_time

tfausak commented 8 years ago

Fixed by #96.