1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/6968401b626b/ Changeset: 6968401b626b User: natefoo Date: 2014-07-11 17:38:30 Summary: Remove deprecated threadlocal engine strategy from sample config. Affected #: 1 file diff -r bde270ca78de3a6c380250e8f594c31a4a4ce73c -r 6968401b626be099ac96a4b41c51ee6c5bdcea58 universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -109,10 +109,6 @@ # only available for PostgreSQL and is highly recommended. #database_engine_option_server_side_cursors = False -# Create only one connection to the database per thread, to reduce the -# connection overhead. Recommended when not using SQLite: -#database_engine_option_strategy = threadlocal - # Log all database transactions, can be useful for debugging and performance # profiling. Logging is done via Python's 'logging' module under the qualname # 'galaxy.model.orm.logging_connection_proxy' 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.