From c29115fb3e4a2aaca57b5077f7b3040597ea2374 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 28 Oct 2016 07:36:41 +0200 Subject: This option should be useless (on Heroku). --- src/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bootstrap.py') diff --git a/src/bootstrap.py b/src/bootstrap.py index ea3b5d05..dcd3ea14 100644 --- a/src/bootstrap.py +++ b/src/bootstrap.py @@ -31,7 +31,7 @@ if os.environ.get('Newspipe_TESTING', False) == 'true': application.config['TESTING'] = True else: application.debug = conf.LOG_LEVEL <= logging.DEBUG - application.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = True + application.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False application.config['SQLALCHEMY_DATABASE_URI'] \ = conf.SQLALCHEMY_DATABASE_URI application.config['SQLALCHEMY_POOL_SIZE'] = 20 -- cgit