]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/config/deployment.ini_tmpl
Added UI for working with tags
[bluechips.git] / bluechips / config / deployment.ini_tmpl
index aac0095abda96f52442a8191baff6a58fb826bcf..7cf3cf108405ef825ee465f376462853f332f01e 100644 (file)
@@ -32,6 +32,10 @@ app_instance_uuid = ${app_instance_uuid}
 sqlalchemy.url = sqlite:///production.db
 sqlalchemy.echo = False
 
+# If you're using MySQL, uncomment this line to avoid the "MySQL
+# server has gone away" error
+#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
 # execute malicious code after an exception is raised.