Skip to content

Commit b14bb69

Browse files
committed
allow setting the session pool size in niquests
1 parent 1caa326 commit b14bb69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grafana_client/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from niquests import HTTPError, Timeout
66

77
DEFAULT_TIMEOUT: float = 5.0
8+
DEFAULT_SESSION_POOL_SIZE: int = 10
89

910

1011
class GrafanaException(Exception):

0 commit comments

Comments
 (0)