We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1caa326 commit 49226b0Copy full SHA for 49226b0
grafana_client/client.py
@@ -5,6 +5,7 @@
5
from niquests import HTTPError, Timeout
6
7
DEFAULT_TIMEOUT: float = 5.0
8
+DEFAULT_SESSION_POOL_SIZE: int = 10
9
10
11
class GrafanaException(Exception):
0 commit comments