-
Notifications
You must be signed in to change notification settings - Fork 194
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
A bug with mongodriver "expireAfter" option #166
Comments
My go version is 1.17.2. This seems like a bug of mongostore package. |
This pull request can fix this issue. Thanks to @DuckSoft |
I met the same issue when i set maxAge to 3x60x60,it told me 'expireAfterSeconds' option cannot be less than 0 |
I have the same problem, but as the library seems to be unmaintained I have opened a fork where it works. |
I use the official mongo driver and set the maxAge to 3600. However, the expireAfter becomes 817405952 finally.
The text was updated successfully, but these errors were encountered: