Skip to content

Commit d1f1cab

Browse files
committed
Merge pull request influxdata#41 from ReAzem/patch-1
Changed default timeout from 0 to None
2 parents 6ca4c45 + 1c272ec commit d1f1cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __init__(self,
2828
database=None,
2929
ssl=False,
3030
verify_ssl=False,
31-
timeout=0,
31+
timeout=None,
3232
use_udp=False,
3333
udp_port=4444):
3434
"""

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy