Add background task to clear out old event_auth

This commit is contained in:
Erik Johnston 2017-05-24 14:58:13 +01:00
parent c049472b8a
commit 6e614e9e10
3 changed files with 74 additions and 1 deletions

View file

@ -25,7 +25,7 @@ logger = logging.getLogger(__name__)
# Remember to update this number every time a change is made to database
# schema files, so the users will be informed on server restarts.
SCHEMA_VERSION = 41
SCHEMA_VERSION = 42
dir_path = os.path.abspath(os.path.dirname(__file__))