diff options
author | Zachary Sloan | 2015-01-30 17:21:19 +0000 |
---|---|---|
committer | Zachary Sloan | 2015-01-30 17:21:19 +0000 |
commit | e48ec8826ec48bd4ba53f681796a235737ab0d29 (patch) | |
tree | 4345363ab32d69a899bf4ee21e726075bc749d3a /wqflask/cfg | |
parent | c05b56d96d0a86a0c88daea6ec5c68c5856741cd (diff) | |
download | genenetwork2-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-x | wqflask/cfg/default_settings.py | 2 |
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 |