From e48ec8826ec48bd4ba53f681796a235737ab0d29 Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Fri, 30 Jan 2015 17:21:19 +0000 Subject: Fixed several bugs Added legend to bar chart color by trait function Added scatterplot matrix figure Fixed database timeout problem --- wqflask/cfg/default_settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wqflask/cfg') diff --git a/wqflask/cfg/default_settings.py b/wqflask/cfg/default_settings.py index 8fca3d77..8b5d1313 100755 --- a/wqflask/cfg/default_settings.py +++ b/wqflask/cfg/default_settings.py @@ -13,3 +13,5 @@ SECURITY_RECOVERABLE = True SECURITY_EMAIL_SENDER = "no-reply@genenetwork.org" SECURITY_POST_LOGIN_VIEW = "/thank_you" + +SQLALCHEMY_POOL_RECYCLE = 3600 \ No newline at end of file -- cgit v1.2.3