-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [Make registrations expire in 1 hour](75a7776) Hopefully shouldn't backfire. The goal is to help users who accidentally signed up with the wrong usernames. Should result in less admin intervention. - [Remove tokens when expired](5d1bdab) We were originally storing these for historical purposes, but we never used this data. The first time this runs, it will take a very long time (roughly 10-30 minutes) on production as we don't do any batching when removing these tokens from Realm, but it won't be an issue as new tokens expire. **This will not block startup. This operation will run in the background.** Closes #418. - [Shorten ExpiredObjectWorker work interval to 1 minute](d978f3a) Don't see why not.
- Loading branch information
Showing
4 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters