bolshakov / stoplight

:traffic_light: Traffic control for code.

Home Page:http://bolshakov.github.io/stoplight/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename timeout?

tfausak opened this issue · comments

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.

Possible name cool_off_time

Fixed by #96.