From 1c272ecc1c780e19eb701510c1dbdfb3708cf445 Mon Sep 17 00:00:00 2001 From: Alexandre Viau Date: Mon, 9 Jun 2014 16:13:02 -0400 Subject: [PATCH] Changed default timeout from 0 to None --- influxdb/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb/client.py b/influxdb/client.py index 47f41a15..1f3892a0 100644 --- a/influxdb/client.py +++ b/influxdb/client.py @@ -28,7 +28,7 @@ def __init__(self, database=None, ssl=False, verify_ssl=False, - timeout=0, + timeout=None, use_udp=False, udp_port=4444): """ 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