From a661ef4fa82be73259623815a893c3c60e459866 Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Mon, 28 Jul 2014 17:55:01 -0400 Subject: [PATCH] Centrally disable the expiration module for now. --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 8fd6a43ef..16adc4a3f 100644 --- a/app.py +++ b/app.py @@ -71,7 +71,7 @@ sentry = Sentry(app) build_logs = BuildLogs(app) queue_metrics = QueueMetrics(app) authentication = UserAuthentication(app) -expiration = Expiration(app) +# expiration = Expiration(app) userevents = UserEventsBuilderModule(app) tf = app.config['DB_TRANSACTION_FACTORY']