python-phoenixdb
python-phoenixdb copied to clipboard
set connection timeout
Hello,
Right now, I get the error, java.net.SocketTimeoutException: callTimeout=60000 when trying to read large data from Phoenix.
Is there a way to set the connection timeout for a session? The API docs, https://python-phoenixdb.readthedocs.io/en/latest/api.html doesn't seem to have an option.
Hi,
I am also interested in the same timeout feature for phoenixdb.cursor connection.