Skip to content

Commit

Permalink
Merge pull request #11257 from vkuznet/threadlocal
Browse files Browse the repository at this point in the history
Remove threadlocal parameter for SQLAlchemy as it is deprecated in new release
  • Loading branch information
amaltaro authored Aug 25, 2022
2 parents 10f6c1e + f2648ce commit 4c37850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/WMCore/Database/DBFactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class DBFactory(object):
# class variable
_engineMap = {}
_defaultEngineParams = {"convert_unicode" : True,
"strategy": "threadlocal",
"pool_recycle": 7200}

def __init__(self, logger, dburl=None, options={}):
Expand Down

0 comments on commit 4c37850

Please sign in to comment.