Skip to content

Garbage collection for certain database tables #40

Description

@alexweissman

We should implement some kind of automatic garbage collection for the throttles, password_resets, and verifications tables. This could be similar to the way session gc works, so that records are checked for removal whenever the table is next written to.

In some applications, it might be desirable to run garbage collection on the activities table as well. Obviously, this should all be configurable.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions