]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commitdiff
Added pool_recycle option for mySQL databases
authorphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Sun, 22 Mar 2009 10:44:52 +0000 (10:44 +0000)
committerphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Sun, 22 Mar 2009 10:44:52 +0000 (10:44 +0000)
git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/trunk/wradmin@433 7aebc617-e5e2-0310-91dc-80fb5f6d2477

wradmin/development.ini
wradmin/wradmin/config/deployment.ini_tmpl

index cb4f9e2bdf1bee88b018d0e03b197e06cf89ec11..a8c4d63e950bb2c3f8b124f46e2a2d93534859c6 100644 (file)
@@ -43,6 +43,8 @@ authkit.basic.authenticate.user.data =
 
 # SQLAlchemy database URL
 sqlalchemy.url = mysql://philipp@localhost:3306/winterrodeln_wiki?charset=utf8
+# necessary for mySQL databases
+sqlalchemy.pool_recycle = 3600
 
 # WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
 # Debug mode will enable the interactive debugging tool, allowing ANYONE to
index c071f3b9573bce9f3334da4958999d59f01e30d6..27ad0602e08a730a2c4fcd210cbb13a5d062a518 100644 (file)
@@ -43,6 +43,8 @@ authkit.basic.authenticate.user.data =
 
 # SQLAlchemy database URL
 sqlalchemy.url = mysql://user@localhost:3306/winterrodeln_wiki?charset=utf8
+# necessary for mySQL databases
+sqlalchemy.pool_recycle = 3600
 
 # WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
 # Debug mode will enable the interactive debugging tool, allowing ANYONE to