1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/5bced201f40a/ changeset: r5137:5bced201f40a user: natefoo date: 2011-02-28 13:58:52 summary: Increase the SQLAlchemy SuquePool limits for functional tests. affected #: 1 file (155 bytes) --- a/scripts/functional_tests.py Sun Feb 27 14:48:23 2011 -0500 +++ b/scripts/functional_tests.py Mon Feb 28 07:58:52 2011 -0500 @@ -144,6 +144,8 @@ id_secret = 'changethisinproductiontoo', template_path = "templates", database_connection = database_connection, + database_engine_option_pool_size = '10', + database_engine_option_max_overflow = '20', file_path = file_path, new_file_path = new_file_path, tool_path = tool_path, Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.