Merge pull request #67 from gutenbergtools/gutenberg2

threadlocal removed
master
Haocheng Zhao 2020-11-24 16:11:41 -05:00 committed by GitHub
commit 4081280bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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):