diff --git a/ConnectionPool.py b/ConnectionPool.py index cdbdd95..8ead47d 100644 --- a/ConnectionPool.py +++ b/ConnectionPool.py @@ -59,8 +59,7 @@ class ConnectionPool (plugins.SimplePlugin): pool_size = pool_size, max_overflow = max_overflow, timeout = timeout, - recycle = recycle, - use_threadlocal = True) + recycle = recycle) def connect (self):