diff options
author | Lei Yan | 2015-05-12 20:47:50 +0000 |
---|---|---|
committer | Lei Yan | 2015-05-12 20:47:50 +0000 |
commit | cb5684aa004d59585167804450f64ab74d3a3412 (patch) | |
tree | 31aedac7d1fd945c893f07e2e419b4361f00925b /wqflask/cfg | |
parent | d11b71790f5f7c7eb9fe41704e1df7d8447371c9 (diff) | |
parent | f228118ac112f3ebab5faf41ac9e1bc2a6e2c0fa (diff) | |
download | genenetwork2-cb5684aa004d59585167804450f64ab74d3a3412.tar.gz |
Merge https://github.com/genenetwork/genenetwork2
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 |