Skip to content

Commit

Permalink
fix: Adjust the HTTPx config (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZPascal authored Nov 30, 2024
1 parent 77d6be7 commit 6f7a288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana_api/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class APIModel:
headers: dict = None
timeout: float = 10.0
http2_support: bool = False
ssl_context: ssl.SSLContext = httpx.create_ssl_context(http2=http2_support)
ssl_context: ssl.SSLContext = httpx.create_ssl_context()
num_pools: int = 10
retries: any = 10

Expand Down

0 comments on commit 6f7a288

Please sign in to comment.