Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix integer overflow when setting maxIdleTime #1356

Closed
wants to merge 1 commit into from
Closed

Fix integer overflow when setting maxIdleTime #1356

wants to merge 1 commit into from

Conversation

vividtone
Copy link
Contributor

PassengerPoolIdleTime cannot be set greater than 4294 (2 ** 32 / 1000000) because of integer overflow.

@vividtone vividtone closed this Jan 25, 2015
@vividtone vividtone deleted the fix_maxIdleTime_overflow branch January 25, 2015 16:26
@vividtone
Copy link
Contributor Author

Sorry, the suffix should be ULL. I closed this and made a new pull request #1357.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant