Skip to content

Commit 1c272ec

Browse files
committed
Changed default timeout from 0 to None
1 parent 6ca4c45 commit 1c272ec

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)