File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
class QuerySessionPoolAsync :
24
24
"""QuerySessionPoolAsync is an object to simplify operations with sessions of Query Service."""
25
25
26
- def __init__ (self , driver : common_utils .SupportedDriverType , size : int = 10 ):
26
+ def __init__ (self , driver : common_utils .SupportedDriverType , size : int = 100 ):
27
27
"""
28
28
:param driver: A driver instance
29
29
:param size: Size of session pool
Original file line number Diff line number Diff line change 25
25
class QuerySessionPool :
26
26
"""QuerySessionPool is an object to simplify operations with sessions of Query Service."""
27
27
28
- def __init__ (self , driver : common_utils .SupportedDriverType , size : int = 10 ):
28
+ def __init__ (self , driver : common_utils .SupportedDriverType , size : int = 100 ):
29
29
"""
30
30
:param driver: A driver instance
31
31
"""
You can’t perform that action at this time.
0 commit comments