Open pfeiffer opened 4 years ago
The parameter needed to control wait_timeout is named acquisition_timeout in Suo (https://github.com/nickelser/suo/blob/master/lib/suo/client/base.rb#L5) not acquisition_lock.
wait_timeout
acquisition_timeout
acquisition_lock
Essentially the current wait_timeout option is a no-op; it doesn't control anything. This PR fixes this and passes the correct parameter name to the Suo lock.
The parameter needed to control
wait_timeout
is namedacquisition_timeout
in Suo (https://github.com/nickelser/suo/blob/master/lib/suo/client/base.rb#L5) notacquisition_lock
.Essentially the current
wait_timeout
option is a no-op; it doesn't control anything. This PR fixes this and passes the correct parameter name to the Suo lock.