This is an automated email from the ASF dual-hosted git repository.

xuekaifeng pushed a commit to branch add_python_interface
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/add_python_interface by this 
push:
     new 25669af  change timeout
25669af is described below

commit 25669af27082e5ed85eb5a6d76df15fb97c61fe6
Author: 151250176 <[email protected]>
AuthorDate: Thu Jan 21 15:29:41 2021 +0800

    change timeout
---
 client-py/src/iotdb/Session.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client-py/src/iotdb/Session.py b/client-py/src/iotdb/Session.py
index 6a93210..f6c99ec 100644
--- a/client-py/src/iotdb/Session.py
+++ b/client-py/src/iotdb/Session.py
@@ -63,7 +63,7 @@ class Session(object):
         self.__session_id = None
         self.__statement_id = None
         self.__zone_id = zone_id
-        self.__default_timeout = 1000
+        self.__default_timeout = 0
 
     def open(self, enable_rpc_compression):
         if not self.__is_close:

Reply via email to