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

Modify put function to support a time that exceeds setTimeout's maximum time #88

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

gilruben
Copy link

setTimeout can support a maximum of 2147483647 milliseconds (about 24.9 days), which limits the time that the put function can support. Now it can support the maximum safe integer supported by the javascript number primitive (9007199254740991). 9007199254740991 milliseconds is about 285616.41 years.

@gilruben
Copy link
Author

@ptarjan please check this out please

@gilruben
Copy link
Author

gilruben commented Aug 9, 2017

@ptarjan I fixed the merge conflict

@forthedamn
Copy link

@ptarjan merge this pr and release a new version please

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.

2 participants