aboutsummaryrefslogtreecommitdiff
path: root/wqflask/cfg
diff options
context:
space:
mode:
authorZachary Sloan2015-01-30 17:21:19 +0000
committerZachary Sloan2015-01-30 17:21:19 +0000
commite48ec8826ec48bd4ba53f681796a235737ab0d29 (patch)
tree4345363ab32d69a899bf4ee21e726075bc749d3a /wqflask/cfg
parentc05b56d96d0a86a0c88daea6ec5c68c5856741cd (diff)
downloadgenenetwork2-e48ec8826ec48bd4ba53f681796a235737ab0d29.tar.gz
Fixed several bugs
Added legend to bar chart color by trait function Added scatterplot matrix figure Fixed database timeout problem
Diffstat (limited to 'wqflask/cfg')
-rwxr-xr-xwqflask/cfg/default_settings.py2
1 files changed, 2 insertions, 0 deletions
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