This repository has been archived by the owner on Apr 25, 2019. It is now read-only.
forked from dannycoates/poolee
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes behavior on hangups and aborts
The existing behavior on hangups and aborts disregarded the parameters passed in via options, and failed at a number smaller than maxRetries. This is counter intuitive, undocumented, and not modifiable from the external API. This pull request defaults maxHangups and maxAborts to maxRetries and changes the underlying code to actually use those values rather than hard coded values.
- Loading branch information
rcoh
committed
Dec 11, 2013
1 parent
3586b16
commit cc79dfa
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters