You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
Currently the database cleaner is scheduled to run every X minutes, but link expiration time is per second. Implement a expired link check when retrieving links so that such links are marked as expired and either deleted on the spot or not returned (return an error instead now that #9 is fixed and add error handling to the front end #15).
Currently the database cleaner is scheduled to run every X minutes, but link expiration time is per second. Implement a expired link check when retrieving links so that such links are marked as expired and either deleted on the spot or not returned (return an error instead now that #9 is fixed and add error handling to the front end #15).